Using the c2l CFIO offline.x program: Difference between revisions
Created page with "The c2l_CFIO_offline.x program is a simple program that uses the I/O layer that MAPL_History uses to read in a file and regrid it to a different resolution using our built in..." |
No edit summary |
||
Line 7: | Line 7: | ||
# required entries | # required entries | ||
IM_World: 90 | IM_World: 90 | ||
JM_World: 540 | JM_World: 540 | ||
LM_World: 72 | LM_World: 72 | ||
nlon: 180 | nlon: 180 | ||
nlat: 91 | nlat: 91 | ||
input_file: myinputfile.nc4 | input_file: myinputfile.nc4 | ||
output_file myoutputfile.nc4 | output_file myoutputfile.nc4 | ||
year: 2000 | year: 2000 | ||
month: 12 | month: 12 | ||
day: 1 | day: 1 | ||
hour: 21 | hour: 21 | ||
minute: 0 | minute: 0 | ||
# optional entries, the defaults are in parentheses | # optional entries, the defaults are in parentheses | ||
NX: 1 (1) | NX: 1 (1) | ||
NY: 6 (6) | NY: 6 (6) | ||
USE_SHMEM: .false. (.false.) | USE_SHMEM: .false. (.false.) | ||
CONSERVATIVE: .true. (.false.) | CONSERVATIVE: .true. (.false.) | ||
vars: (give a comma separated list of variables you want regridded) | vars: (give a comma separated list of variables you want regridded) | ||
If you choose conservative regridding you must link in the tile file you would need for the 2 resolutions. These can be found here all the .bin files): | If you choose conservative regridding you must link in the tile file you would need for the 2 resolutions. These can be found here all the .bin files): | ||
/discover/nobackup/ltakacs/bcs/Icarus/Shared/ | /discover/nobackup/ltakacs/bcs/Icarus/Shared/ |