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 5047 for branches/2015/dev_r5044_CNRS_LIM3CLEAN/NEMOGCM/NEMO/LIM_SRC_3/iceini.F90 – NEMO

Ignore:
Timestamp:
2015-01-29T14:13:14+01:00 (9 years ago)
Author:
clem
Message:

LIM3 cleaning (1): namelist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5044_CNRS_LIM3CLEAN/NEMOGCM/NEMO/LIM_SRC_3/iceini.F90

    r4873 r5047  
    131131      !! ** input   :   Namelist namicerun 
    132132      !!------------------------------------------------------------------- 
    133       NAMELIST/namicerun/ cn_icerst_in, cn_icerst_out, ln_limdyn, amax, cai, cao, ln_nicep, ln_limdiahsb, ln_limdiaout 
     133      NAMELIST/namicerun/ cn_icerst_in, cn_icerst_out, ln_limdyn, amax, ln_nicep, ln_limdiahsb, ln_limdiaout 
    134134      INTEGER  ::   ios                 ! Local integer output status for namelist read 
    135135      !!------------------------------------------------------------------- 
     
    155155         WRITE(numout,*) '   switch for ice dynamics (1) or not (0)      ln_limdyn   = ', ln_limdyn 
    156156         WRITE(numout,*) '   maximum ice concentration                               = ', amax  
    157          WRITE(numout,*) '   atmospheric drag over sea ice                           = ', cai 
    158          WRITE(numout,*) '   atmospheric drag over ocean                             = ', cao 
    159157         WRITE(numout,*) '   Several ice points in the ice or not in ocean.output    = ', ln_nicep 
    160158         WRITE(numout,*) '   Diagnose heat/salt budget or not          ln_limdiahsb  = ', ln_limdiahsb 
Note: See TracChangeset for help on using the changeset viewer.