Differences between revisions 2 and 3
Revision 2 as of 2013-02-01 09:20:53
Size: 833
Editor: NicoleThomas
Comment:
Revision 3 as of 2013-07-11 11:46:08
Size: 733
Editor: NicoleThomas
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
1) init_BX03_01100112.nc ! init file
2) mopitt ! its directory
3) mopitt_chem_bound_0500hPa_2001010112_2011123112.nc ! file for boundary conditions
4) mopitt ! its directory
5) 500 ! lower boundary [hPa]
6) y ! replace lowest layer (y/n)
1) init_CN9_12060112.nc ! init file
2) test1 ! its directory
3) boundfiles ! directory with boundfiles
4) CO 200 zeta y mopitt_chem_bound_0200K ! species,boundary,zeta/press,replace lowest layer,boundfile
    CH4 525 press y AIRS_chem_bound_CH4_0525hPa
Line 18: Line 17:
If only the prefix is specified in line 3 (i.e. "mopitt_chem_bound_0500hPa") the boundfile for the corresponding year will be used (prefix+"_yyyy010112_yyyy123112.nc"). If only the prefix for the boundfile is specified in line 4 (i.e. "mopitt_chem_bound_0200K") the boundfile for the corresponding year will be used (prefix+"_yyyy010112_yyyy123112.nc").

Program replace_lbound

Configuration file

The options for the execution of replace_lbound can be set in the configuration file replace_lbound.inp:

1)  init_CN9_12060112.nc                       ! init file
2)  test1                                      ! its directory
3)  boundfiles                                 ! directory with boundfiles
4)  CO   200 zeta  y  mopitt_chem_bound_0200K  ! species,boundary,zeta/press,replace lowest layer,boundfile
    CH4  525 press y  AIRS_chem_bound_CH4_0525hPa

If only the prefix for the boundfile is specified in line 4 (i.e. "mopitt_chem_bound_0200K") the boundfile for the corresponding year will be used (prefix+"_yyyy010112_yyyy123112.nc").

mix/replace_lbound (last edited 2013-07-11 11:46:08 by NicoleThomas)