Difference between revisions of "1D PEM"

From Planets
Jump to: navigation, search
(Created page with "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 so...")
 
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
  
 
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,1,32111 diagfi.nc diagfi1.nc  
 +
 
ncks -v co2ice,h2o_ice_s,ps,tsurf -d Time,32112,64223 diagfi.nc diagfi2.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.

Latest revision as of 15:59, 22 March 2023

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.