New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 11403 for NEMO/branches/2019/ENHANCE-02_ISF_nemo/src/OCE/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2019-08-05T19:14:52+02:00 (5 years ago)
Author:
mathiot
Message:

ENHANCE-02_ISF_nemo : add comments, renaming file (AGRIF), add isfload module (ticket #2142)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/ENHANCE-02_ISF_nemo/src/OCE/nemogcm.F90

    r11395 r11403  
    6060   USE diacfl         ! CFL diagnostics               (dia_cfl_init routine) 
    6161   USE step           ! NEMO time-stepping                 (stp     routine) 
    62    USE isfmlt         ! ice shelf                     (isf_mlt_init routine) 
     62   USE isfstp         ! ice shelf                     (isf_stp_init routine) 
    6363   USE icbini         ! handle bergs, initialisation 
    6464   USE icbstp         ! handle bergs, calving, themodynamics and transport 
     
    453453      !                                      ! Active tracers 
    454454      IF( ln_traqsr    )   CALL tra_qsr_init      ! penetrative solar radiation qsr 
    455       IF (ln_isf       )   CALL isf_mlt_init      ! ice shelf 
     455                           CALL isf_stp_init      ! ice shelf 
    456456                           CALL tra_bbc_init      ! bottom heat flux 
    457457                           CALL tra_bbl_init      ! advective (and/or diffusive) bottom boundary layer scheme 
Note: See TracChangeset for help on using the changeset viewer.