1D PEM

From Planets
Jump to: navigation, search

1D PEM (under develpoment)

Run the 1D GCM for two years and then split the output to different years. For example, I will take the output called diagfi.nc and will divide some variables (co2ice, h2o_ics_s ...) from it into 2 years.

ncks -v co2ice,h2o_ice_s,ps,tsurf -d Time,1,32111 diagfi.nc diagfi1.nc

ncks -v co2ice,h2o_ice_s,ps,tsurf -d Time,32112,64223 diagfi.nc diagfi2.nc


  • Most of the physical variables in the 1D are stored in the def files so the PEM will update these files.