⇤ ← Revision 1 as of 2010-03-16 09:43:41
Size: 1708
Comment:
|
Size: 1937
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
This program creates a boundary file (for horizontal or vertical boundary) from a CLaMS-Init-file. The values from the CLaMS-Init-file are interpolated to the regular grid in the boundary file by calling the program i3d. |
Program clams2boundary
This program creates a boundary file (for horizontal or vertical boundary) from a CLaMS-Init-file.
The values from the CLaMS-Init-file are interpolated to the regular grid in the boundary file by calling the program i3d.
Configuration file
The options for the execution of clams2boundary can be set in the configuration file clams2boundary.inp:
1) /private.data2/icg125/clim/init ! directory with init-files 2) HN2 ! prefix for init files 3) bound_horizontal_500K.nc ! output filename 4) /home/icg1/icg112/clams/i3d/i3d_20000 ! i3d executable 5) icg112 ! userid 6) 12 01 04 2008 ! start time (hh mm dd yyyy) 7) 12 30 04 2008 ! end time (hh mm dd yyyy) 8) 24 ! time increment (in hours) 9) 1 ! 1/2 = horizontal/vertical boundary
Remarks:
- Directory with CLaMS-Init-files
- Prefix (3 characters) of Init-files
- Name of boundfile
- Name of i3d executable (used for interpolation)
- Userid
- First time in boundfile (hh mm dd yyyy)
- Last time in boundfile (hh mm dd yyyy)
- Time increment in hours for boundfile
- Specify if horizontal or vertical boundary file is created (1=horizontal, 2=vertical)
If 1 (horizontal boundary) is specified in line 9:
10) 500 ! horizontal boundary (in K) 11) -90. 2. 0. 2. ! lat0, dlat, lon0, dlon
If 2 (vertical boundary) is specified in line 9:
10) 30 ! vertical boundary (lat in degrees_N) 11) 0. 2. ! lon0, dlon 12) &level nlevel=12, levels=50,100,150,200,250,300,350,400,450,500,550,600/