chgres_cube
1.13.0
|
Initialize an FV3 model run. More...
Go to the source code of this file.
Functions/Subroutines | |
program | chgres |
Initialize an FV3 model run. More... | |
Initialize an FV3 model run.
Definition in file chgres.F90.
program chgres | ( | ) |
Initialize an FV3 model run.
Initialize an FV3 run using history or restart data from another FV3 run, the spectral GFS, and a few other models. Converts atmospheric, surface and nst data.
This file reads a configuration namelist.
Link the configuration namelist to ./fort.41. Then run the program with a multiple of six mpi tasks (an ESMF library requirement for fv3 cubed sphere grids).
Definition at line 24 of file chgres.F90.
References atmosphere::atmosphere_driver(), model_grid::cleanup_input_target_grid_data(), model_grid::define_input_grid(), model_grid::define_target_grid(), utilities::error_handler(), program_setup::read_setup_namelist(), program_setup::read_varmap(), and surface::surface_driver().