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 11397 for NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/cfgs – NEMO

Ignore:
Timestamp:
2019-08-02T18:31:52+02:00 (5 years ago)
Author:
clem
Message:

rewrite iceistate.F90, add new variables (optional) for input fields, and prepare the code for a simplified ice restart

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/cfgs/SHARED/namelist_ice_ref

    r11377 r11397  
    197197   rn_smi_ini_n     =   6.3           !  initial ice salinity     (g/kg), North 
    198198   rn_smi_ini_s     =   6.3           !        "            "             South 
    199    rn_tmi_ini_n     = 270.            !  initial ice/snw temperature (K), North 
     199   rn_tmi_ini_n     = 270.            !  initial ice temperature    (K), North 
    200200   rn_tmi_ini_s     = 270.            !        "            "             South 
     201   rn_tms_ini_n     = 270.            !  initial snw temperature     (K), North 
     202   rn_tms_ini_s     = 270.            !        "            "             South 
     203   rn_apd_ini_n     =   0.2           !  initial pond fraction       (-), North 
     204   rn_apd_ini_s     =   0.2           !        "            "             South 
     205   rn_hpd_ini_n     =   0.05          !  initial pond depth          (m), North 
     206   rn_hpd_ini_s     =   0.05          !        "            "             South 
    201207 
    202208   sn_hti = 'Ice_initialization'    , -12 ,'hti'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     
    206212   sn_tmi = 'Ice_initialization'    , -12 ,'tmi'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    207213   sn_smi = 'Ice_initialization'    , -12 ,'smi'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     214   sn_tms = 'NOT USED'              , -12 ,'tms'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     215   sn_apd = 'NOT USED'              , -12 ,'apd'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     216   sn_hpd = 'NOT USED'              , -12 ,'hpd'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    208217   cn_dir='./' 
    209218/ 
Note: See TracChangeset for help on using the changeset viewer.