Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable prescribed ice for UFS #964

Merged
merged 2 commits into from
Aug 22, 2024

Commits on Aug 2, 2024

  1. Enable prescribed ice for UFS (NOAA-EMC#80)

    * Remove #ifdef CESMCOUPLED from cicecore/drivers/nuopc/cmeps/CICE_RunMod.F90
    
    * Remove #ifdef CESMCOUPLED from cicecore/drivers/nuopc/cmeps/ice_prescribed_mod.F90
    
    * Testing changing stream_taxmode from cycle to extend
    
    * Change include mpif.h to use mpi in ice_prescribed_mod.F90
    
    * Call dshr_pio_init from ice_prescribed_init
    
    * Call ice_prescribed_run after ice_prescribed_init
    
    * Incorporate ice_prescribed_nml in ice_prescribed_mod.F90
    
    * write stream_taxmode to log. typo in ice_prescribed_mod.F90.
    
    * Remove CESMCOUPLED so models initialize ice_prescribed at end of ice_prescribed_init
    
    * Change indent for #ifndef for gnu debug
    
    * Only call ice_prescribed_run in ice_prescribed_init #ifndef CESMCOUPLED
    NickSzapiro-NOAA committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    2245352 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    f67a3b1 View commit details
    Browse the repository at this point in the history