ocnice_prep  1.13.0
All Data Structures Files Functions Variables Pages
ocniceprep.F90 File Reference

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

Detailed Description

Generate warmstart files for ocean or ice by mapping a restart file from 1/4deg to a desired tripole resolution.

Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

Definition in file ocniceprep.F90.

Function/Subroutine Documentation

◆ ocniceprep()

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.

Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov
Returns
0 for success, error code otherwise.

Definition at line 18 of file ocniceprep.F90.