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 253 for trunk/NEMO/LIM_SRC – NEMO

Changeset 253 for trunk/NEMO/LIM_SRC


Ignore:
Timestamp:
2005-08-30T15:26:11+02:00 (19 years ago)
Author:
opalod
Message:

nemo_v1_update_001 : Add the 1D configuration possibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC/iceini.F90

    r247 r253  
    2020   USE limistate 
    2121   USE limrst 
     22   USE ini1d           ! initialization of the 1D configuration 
    2223 
    2324   IMPLICIT NONE 
     
    119120      REWIND ( numnam_ice ) 
    120121      READ   ( numnam_ice , namicerun ) 
     122 
     123      IF( lk_cfg_1d  )  ln_limdyn = .FALSE.       ! No ice transport in 1D configuration 
     124 
    121125      IF(lwp) THEN 
    122126         WRITE(numout,*) 
Note: See TracChangeset for help on using the changeset viewer.