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

Ignore:
Timestamp:
2019-09-09T19:57:45+02:00 (5 years ago)
Author:
clem
Message:

add the final touch to the famous gaston's branch. More precisely, add the possibility to have melt ponds as input file when using bdy

File:
1 edited

Legend:

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

    r11510 r11518  
    630630   bn_tem      = 'amm12_bdyT_tra'        ,         24.       , 'votemper',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
    631631   bn_sal      = 'amm12_bdyT_tra'        ,         24.       , 'vosaline',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
    632    !* for si3 
    633    bn_a_i      = 'amm12_bdyT_ice'        ,         24.       , 'ileadfra',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
    634    bn_h_i      = 'amm12_bdyT_ice'        ,         24.       , 'iicethic',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
    635    bn_h_s      = 'amm12_bdyT_ice'        ,         24.       , 'isnowthi',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
    636    bn_t_i      = 'NOT USED'              ,         24.       , 'iicetemp',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
    637    bn_t_s      = 'NOT USED'              ,         24.       , 'isnwtemp',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
    638    bn_tsu      = 'NOT USED'              ,         24.       , 'isurtemp',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
    639    bn_s_i      = 'NOT USED'              ,         24.       , 'iicesalt',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
    640    ! if bn_t_i, bn_tsu and bn_s_i are "not used", then define arbitrary temperatures and salinity 
    641    rn_ice_tem  = 270.         !  arbitrary temperature of incoming sea ice 
    642    rn_ice_sal  = 10.          !       --   salinity           -- 
    643    rn_ice_age  = 30.          !       --   age                -- 
    644    rn_ice_apnd = 0.2          !       --   pond conc.         -- 
    645    rn_ice_hpnd = 0.05         !       --   pond depth         -- 
     632!* for si3 
     633   bn_a_i      = 'amm12_bdyT_ice'        ,         24.       , 'siconc'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     634   bn_h_i      = 'amm12_bdyT_ice'        ,         24.       , 'sithic'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     635   bn_h_s      = 'amm12_bdyT_ice'        ,         24.       , 'snthic'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     636   bn_t_i      = 'NOT USED'              ,         24.       , 'sitemp'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     637   bn_t_s      = 'NOT USED'              ,         24.       , 'sntemp'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     638   bn_tsu      = 'NOT USED'              ,         24.       , 'sittop'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     639   bn_s_i      = 'NOT USED'              ,         24.       , 'sisalt'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     640   ! melt ponds (be careful, bn_aip is the pond concentration (not fraction), so it differs from rn_iceapnd) 
     641   bn_aip      = 'NOT USED'              ,         24.       , 'siapnd'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     642   bn_hip      = 'NOT USED'              ,         24.       , 'sihpnd'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     643   ! if bn_t_i etc are "not used", then define arbitrary temperatures and salinity and ponds 
     644   rn_ice_tem  = 270.         !  arbitrary temperature               of incoming sea ice 
     645   rn_ice_sal  = 10.          !       --   salinity                            -- 
     646   rn_ice_age  = 30.          !       --   age                                 -- 
     647   rn_ice_apnd = 0.2          !       --   pond fraction = a_ip/a_i            -- 
     648   rn_ice_hpnd = 0.05         !       --   pond depth                          -- 
    646649/ 
    647650!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.