Differences between revisions 1 and 2
Revision 1 as of 2010-05-04 11:01:11
Size: 619
Editor: NicoleThomas
Comment:
Revision 2 as of 2013-02-01 09:20:53
Size: 833
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_0500K_synpos_all_2_6.nc   ! file for boundary conditions
4) mopitt ! its directory
5) 500 ! lower boundary [hPa]
6) y ! replace lowest layer (y/n)
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)
Line 17: 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").

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_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)

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").

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