ocnice_prep
1.13.0
|
Generate warmstart files for ocean or ice by mapping a restart file from 1/4deg to a desired tripole resolution. More...
Go to the source code of this file.
Functions/Subroutines | |
program | ocniceprep |
Read either a MOM6 or CICE6 restart file at 1/4deg tripole resolution and remap the required fields to produce a warmstart file at lower tripole resolution. More... | |
Generate warmstart files for ocean or ice by mapping a restart file from 1/4deg to a desired tripole resolution.
Definition in file ocniceprep.F90.
program ocniceprep | ( | ) |
Read either a MOM6 or CICE6 restart file at 1/4deg tripole resolution and remap the required fields to produce a warmstart file at lower tripole resolution.
This code utilizes files generated by the cpld_gridgen
utility within UFS_UTILS
.The list of fields used for MOM6 and CICE6 are read from a CSV file, either ocean.csv
or ice.csv
. Control of the utility is through a namelist file, ocniceprep.nml
.
This code requires that the required fields for MOM6, which exist natively in two separate files, have been placed into a single netCDF file through the use of the NCO ncks
utility.
Definition at line 18 of file ocniceprep.F90.