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/doc – 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/doc/namelists/namini

    r11042 r11397  
    1313   rn_smi_ini_n     =   6.3           !  initial ice salinity     (g/kg), North 
    1414   rn_smi_ini_s     =   6.3           !        "            "             South 
    15    rn_tmi_ini_n     = 270.            !  initial ice/snw temperature (K), North 
     15   rn_tmi_ini_n     = 270.            !  initial ice temperature    (K), North 
    1616   rn_tmi_ini_s     = 270.            !        "            "             South 
     17   rn_tms_ini_n     = 270.            !  initial snw temperature     (K), North 
     18   rn_tms_ini_s     = 270.            !        "            "             South 
     19   rn_apd_ini_n     =   0.2           !  initial pond fraction       (-), North 
     20   rn_apd_ini_s     =   0.2           !        "            "             South 
     21   rn_hpd_ini_n     =   0.05          !  initial pond depth          (m), North 
     22   rn_hpd_ini_s     =   0.05          !        "            "             South 
    1723 
    1824   sn_hti = 'Ice_initialization'    , -12 ,'hti'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     
    2228   sn_tmi = 'Ice_initialization'    , -12 ,'tmi'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    2329   sn_smi = 'Ice_initialization'    , -12 ,'smi'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     30   sn_tms = 'NOT USED'              , -12 ,'tms'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     31   sn_apd = 'NOT USED'              , -12 ,'apd'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     32   sn_hpd = 'NOT USED'              , -12 ,'hpd'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    2433   cn_dir='./' 
    2534/ 
Note: See TracChangeset for help on using the changeset viewer.