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 4921 for branches/2014/dev_r4650_UKMO13_CICE_changes_take2/NEMOGCM/CONFIG/SHARED – NEMO

Ignore:
Timestamp:
2014-11-28T14:59:01+01:00 (10 years ago)
Author:
timgraham
Message:

merged with revision 4879 of trunk

Location:
branches/2014/dev_r4650_UKMO13_CICE_changes_take2/NEMOGCM/CONFIG/SHARED
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO13_CICE_changes_take2/NEMOGCM/CONFIG/SHARED/1_namelist_ref

    r4347 r4921  
    3131   nn_leapy    =       0   !  Leap year calendar (1) or not (0) 
    3232   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T) 
     33   nn_euler    =       1   !  = 0 : start with forward time step if ln_rstart=.true. 
    3334   nn_rstctl   =       0   !  restart control => activated only if ln_rstart = T 
    3435                           !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist 
     
    119120                           ! 
    120121   rn_rdt      = 5760.     !  time step for the dynamics (and tracer if nn_acc=0) 
    121    nn_baro     =   64      !  number of barotropic time step            ("key_dynspg_ts") 
    122122   rn_atfp     =    0.1    !  asselin time filter parameter 
    123123   nn_acc      =    0      !  acceleration of convergence : =1      used, rdt < rdttra(k) 
     
    152152/ 
    153153!----------------------------------------------------------------------- 
     154&namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
     155!----------------------------------------------------------------------- 
     156   ln_bt_fw      =    .TRUE.           !  Forward integration of barotropic equations 
     157   ln_bt_av      =    .TRUE.           !  Time filtering of barotropic variables 
     158   ln_bt_nn_auto =    .TRUE.           !  Set nn_baro automatically to be just below 
     159                                       !  a user defined maximum courant number (rn_bt_cmax) 
     160   nn_baro       =    30               !  Number of iterations of barotropic mode 
     161                                       !  during rn_rdt seconds. Only used if ln_bt_nn_auto=F 
     162   rn_bt_cmax    =    0.8              !  Maximum courant number allowed if ln_bt_nn_auto=T  
     163   nn_bt_flt     =    1                !  Time filter choice 
     164                                       !  = 0 None 
     165                                       !  = 1 Boxcar over   nn_baro barotropic steps 
     166                                       !  = 2 Boxcar over 2*nn_baro     "        "   
     167/ 
     168!----------------------------------------------------------------------- 
    154169&namcrs        !   Grid coarsening for dynamics output and/or 
    155170               !   passive tracer coarsened online simulations 
     
    168183/ 
    169184!----------------------------------------------------------------------- 
     185&namc1d        !   1D configuration options                             ("key_c1d") 
     186!----------------------------------------------------------------------- 
     187   rn_lat1d    =      50   !  Column latitude (default at PAPA station) 
     188   rn_lon1d    =    -145   !  Column longitude (default at PAPA station) 
     189   ln_c1d_locpt=  .true.   ! Localization of 1D config in a grid (T) or independant point (F) 
     190/ 
     191!----------------------------------------------------------------------- 
    170192&namtsd    !   data : Temperature  & Salinity 
    171193!----------------------------------------------------------------------- 
     
    173195!          !  file name                            ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    174196!          !                                       !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    175    sn_tem  = 'data_1m_potential_temperature_nomask',         -1        ,'votemper' ,    .true.    , .true. , 'yearly'   , ''      ,   ''     ,    '' 
    176    sn_sal  = 'data_1m_salinity_nomask'             ,         -1        ,'vosaline' ,    .true.    , .true. , 'yearly'   , ''      ,   ''     ,    '' 
     197   sn_tem  = 'data_1m_potential_temperature_nomask',         -1        ,'votemper' ,    .true.    , .true. , 'yearly'   , ''       ,   ''    ,    '' 
     198   sn_sal  = 'data_1m_salinity_nomask'             ,         -1        ,'vosaline' ,    .true.    , .true. , 'yearly'   , ''       ,   ''    ,    '' 
    177199   ! 
    178200   cn_dir        = './'     !  root directory for the location of the runoff files 
    179201   ln_tsd_init   = .true.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    180    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
     202   ln_tsd_tradmp = .true.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    181203/ 
    182204!!====================================================================== 
     
    225247   ln_cdgw = .false.       !  Neutral drag coefficient read from wave model (T => fill namsbc_wave) 
    226248   ln_sdw  = .false.       !  Computation of 3D stokes drift                (T => fill namsbc_wave) 
     249   nn_lsm  = 0             !  =0 land/sea mask for input fields is not applied (keep empty land/sea mask filename field) , 
     250                           !  =1:n number of iterations of land/sea mask application for input fields (fill land/sea mask filename field) 
    227251   cn_iceflx = 'linear'    !  redistribution of solar input into ice categories during coupling ice/atm. 
    228252/ 
     
    268292&namsbc_core   !   namsbc_core  CORE bulk formulae 
    269293!----------------------------------------------------------------------- 
    270 !              !  file name                    ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights                            ! rotation ! land/sea mask ! 
    271 !              !                               !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename                           ! pairing  ! filename      ! 
    272    sn_wndi     = 'u_10.15JUNE2009_fill'        ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'   , 'Uwnd'   , '' 
    273    sn_wndj     = 'v_10.15JUNE2009_fill'        ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'   , 'Vwnd'   , '' 
     294!              !  file name                    ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights                               ! rotation ! land/sea mask ! 
     295!              !                               !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename                              ! pairing  ! filename      ! 
     296   sn_wndi     = 'u_10.15JUNE2009_fill'        ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'      , 'Uwnd'   , '' 
     297   sn_wndj     = 'v_10.15JUNE2009_fill'        ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'      , 'Vwnd'   , '' 
    274298   sn_qsr      = 'ncar_rad.15JUNE2009_fill'    ,        24         , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , '' 
    275299   sn_qlw      = 'ncar_rad.15JUNE2009_fill'    ,        24         , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , '' 
     
    346370&namtra_qsr    !   penetrative solar radiation 
    347371!----------------------------------------------------------------------- 
    348 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights          ! rotation ! land/sea mask ! 
    349 !              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename         ! pairing  ! filename      ! 
    350    sn_chl      ='chlorophyll',        -1         , 'CHLA'    ,   .true.     , .true. , 'yearly'  , 'weights_bilin'  , ''       , '' 
     372!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights         ! rotation ! land/sea mask ! 
     373!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename        ! pairing  ! filename      ! 
     374   sn_chl      ='chlorophyll',        -1         , 'CHLA'    ,   .true.     , .true. , 'yearly'  , 'weights_bilin' , ''       , '' 
    351375 
    352376   cn_dir      = './'      !  root directory for the location of the runoff files 
     
    544568    nn_tra_dta    =  0                    !  = 0, bdy data are equal to the initial state 
    545569                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     570    cn_ice_lim      =  'none'             !   
     571    nn_ice_lim_dta  =  0                  !  = 0, bdy data are equal to the initial state 
     572                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     573    rn_ice_tem      = 270.                !  lim3 only: arbitrary temperature of incoming sea ice 
     574    rn_ice_sal      = 10.                 !  lim3 only:      --   salinity           -- 
     575    rn_ice_age      = 30.                 !  lim3 only:      --   age                -- 
     576 
    546577    ln_tra_dmp    =.false.                !  open boudaries conditions for tracers 
    547578    ln_dyn3d_dmp  =.false.                !  open boundary condition for baroclinic velocities 
     
    564595   bn_tem  =    'amm12_bdyT_tra' ,         24        , 'votemper' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    565596   bn_sal  =    'amm12_bdyT_tra' ,         24        , 'vosaline' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     597! for lim2 
     598!   bn_frld  =    'amm12_bdyT_ice' ,         24        , 'ileadfra' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     599!   bn_hicif =    'amm12_bdyT_ice' ,         24        , 'iicethic' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     600!   bn_hsnif =    'amm12_bdyT_ice' ,         24        , 'isnowthi' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     601! for lim3 
     602!   bn_a_i  =    'amm12_bdyT_ice' ,         24        , 'ileadfra' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     603!   bn_ht_i =    'amm12_bdyT_ice' ,         24        , 'iicethic' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     604!   bn_ht_s =    'amm12_bdyT_ice' ,         24        , 'isnowthi' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    566605   cn_dir  =    'bdydta/' 
    567606   ln_full_vel = .false. 
     
    588627                           !                              = 2 : nonlinear friction 
    589628   rn_bfri1    =    4.e-4  !  bottom drag coefficient (linear case) 
    590    rn_bfri2    =    1.e-3  !  bottom drag coefficient (non linear case) 
     629   rn_bfri2    =    1.e-3  !  bottom drag coefficient (non linear case). Minimum coeft if ln_loglayer=T 
     630   rn_bfri2_max =   1.e-1  !  max. bottom drag coefficient (non linear case and ln_loglayer=T) 
    591631   rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m2/s2) 
    592    rn_bfrz0    =    3.e-3  ! bottom roughness for loglayer bfr coeff  
     632   rn_bfrz0    =    3.e-3  !  bottom roughness [m] if ln_loglayer=T  
     633   ln_loglayer = .false.   !  logarithmic formulation (non linear case) 
    593634   ln_bfr2d    = .false.   !  horizontal variation of the bottom friction coef (read a 2D mask file ) 
    594635   rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d=T) 
     
    724765   ln_vvl_layer  = .false.          !  full layer vertical coordinate 
    725766   ln_vvl_ztilde_as_zstar = .false. !  ztilde vertical coordinate emulating zstar 
     767   ln_vvl_zstar_at_eqtor = .false.  !  ztilde near the equator 
    726768   rn_ahe3       = 0.0e0            !  thickness diffusion coefficient 
    727769   rn_rst_e3t    = 30.e0            !  ztilde to zstar restoration timescale [days] 
     
    939981                           !     (no physical validity of the results) 
    940982   nn_timing   =    0      !  timing by routine activated (=1) creates timing.output file, or not (=0) 
    941 / 
    942 !----------------------------------------------------------------------- 
    943 &namc1d        !   1D configuration options                             ("key_c1d") 
    944 !----------------------------------------------------------------------- 
    945    rn_lat      =    50     !  Column latitude 
    946    rn_lon      =    -145   !  Column longitude 
    947983/ 
    948984!----------------------------------------------------------------------- 
  • branches/2014/dev_r4650_UKMO13_CICE_changes_take2/NEMOGCM/CONFIG/SHARED/domain_def.xml

    r3771 r4921  
    55    <!--   My zoom: example of hand defined zoom   --> 
    66         <domain id="myzoom" zoom_ibegin="10" zoom_jbegin="10" zoom_ni="5" zoom_nj="5" /> 
    7     <!--   Eq section   --> 
     7         <domain id="1point" zoom_ibegin="10" zoom_jbegin="10" zoom_ni="1" zoom_nj="1" /> 
     8         <!--   Eq section   --> 
    89         <domain id="EqT" zoom_ibegin="1" zoom_jbegin="0000" zoom_ni="0000" zoom_nj="1" /> 
    910         <!--   TAO   --> 
     
    170171      <domain_group id="scalarpoint"> 
    171172         <domain id="scalarpoint" long_name="scalar"/> 
     173         <!-- 
    172174         <domain id="1point" zoom_ibegin="1" zoom_jbegin="1" zoom_ni="1" zoom_nj="1" /> 
     175         --> 
    173176      </domain_group> 
    174177 
  • branches/2014/dev_r4650_UKMO13_CICE_changes_take2/NEMOGCM/CONFIG/SHARED/field_def.xml

    r4565 r4921  
    2929         <field id="mldr10_1"     long_name="Mixed Layer Depth 0.01 ref.10m"            unit="m"                        /> 
    3030         <field id="rhop"         long_name="potential density (sigma0)"                unit="kg/m3" grid_ref="grid_T_3D"/> 
     31         <field id="heatc"        long_name="Heat content vertically integrated"        unit="J/m2"                      /> 
     32         <field id="saltc"        long_name="Salt content vertically integrated"        unit="PSU*kg/m2"                /> 
    3133    <field id="eken"         long_name="kinetic energy"                            unit="m2/s2" grid_ref="grid_T_3D"/> 
    3234    <field id="hdiv"         long_name="horizontal divergence"                     unit="s-1"   grid_ref="grid_T_3D"/> 
     
    158160    
    159161         <!-- *_oce variables available with ln_blk_clio or ln_blk_core --> 
    160          <field id="qns_oce"      long_name="Non solar Downward Heat Flux over open ocean"                 unit="W/m2"     /> 
    161162         <field id="qlw_oce"      long_name="Longwave Downward Heat Flux over open ocean"                  unit="W/m2"     /> 
    162163         <field id="qsb_oce"      long_name="Sensible Downward Heat Flux over open ocean"                  unit="W/m2"     /> 
     
    194195         <field id="ice_cover"    long_name="Ice fraction"                                                 unit="1"        /> 
    195196 
    196          <field id="ioceflxb"     long_name="Oceanic flux at the ice base"                                 unit="W/m2"     /> 
    197197         <field id="qsr_ai_cea"   long_name="Air-Ice downward solar heat flux (cell average)"              unit="W/m2"     /> 
    198198         <field id="qns_ai_cea"   long_name="Air-Ice downward non-solar heat flux (cell average)"          unit="W/m2"     /> 
     
    222222          
    223223         <field id="iceconc"      long_name="ice concentration"                                            unit="%"        /> 
    224          <field id="icebopr"      long_name="daily bottom thermo ice prod."                                unit="km3/day"   /> 
    225          <field id="icedypr"      long_name="daily  dynamic ice prod."                                     unit="km3/day"   /> 
    226     <field id="ioceflxb"     long_name="Oceanic flux at the ice base"                                 unit="W/m2"     /> 
    227224         <field id="uice_ipa"     long_name="Ice velocity along i-axis at I-point (ice presence average)"  unit="m/s"      /> 
    228225         <field id="vice_ipa"     long_name="Ice velocity along j-axis at I-point (ice presence average)"  unit="m/s"      /> 
     
    232229         <field id="qsr_oce"      long_name="solar heat flux at ocean surface"                             unit="W/m2"     /> 
    233230         <field id="qns_oce"      long_name="non-solar heat flux at ocean surface"                         unit="W/m2"     /> 
    234          <field id="hfbri"        long_name="heat flux due to brine release"                               unit="W/m2"     /> 
     231         <field id="qt_ice"       long_name="total flux at ice surface"                                    unit="W/m2"     /> 
     232         <field id="qsr_ice"      long_name="solar heat flux at ice surface"                               unit="W/m2"     /> 
     233         <field id="qns_ice"      long_name="non-solar heat flux at ice surface"                           unit="W/m2"     /> 
     234         <field id="qtr_ice"      long_name="solar heat flux transmitted thru the ice"                     unit="W/m2"     /> 
    235235         <field id="utau_ice"     long_name="Wind stress along i-axis over the ice at i-point"             unit="N/m2"     /> 
    236236         <field id="vtau_ice"     long_name="Wind stress along j-axis over the ice at i-point"             unit="N/m2"     /> 
    237     <field id="qsr_io"       long_name="Ice-Oce downward solar heat flux"                             unit="W/m2"     /> 
    238     <field id="qns_io"       long_name="Ice-Oce downward non-solar heat flux"                         unit="W/m2"     /> 
    239237         <field id="micesalt"     long_name="Mean ice salinity"                                            unit="psu"      /> 
    240238         <field id="miceage"      long_name="Mean ice age"                                                 unit="years"    /> 
    241          <field id="icelapr"      long_name="daily lateral thermo ice prod."                               unit="km3/day"   /> 
    242          <field id="icesipr"      long_name="daily snowice ice prod."                                      unit="km3/day"   /> 
     239 
     240         <field id="iceage_cat"   long_name="Ice age for categories"                                       unit="days"   axis_ref="ncatice" /> 
     241         <field id="iceconc_cat"  long_name="Ice concentration for categories"                             unit="%"      axis_ref="ncatice" /> 
     242         <field id="icethic_cat"  long_name="Ice thickness for categories"                                 unit="m"      axis_ref="ncatice" /> 
     243         <field id="snowthic_cat" long_name="Snow thicknessi for categories"                               unit="m"      axis_ref="ncatice" /> 
     244         <field id="salinity_cat" long_name="Sea-Ice Bulk salinity for categories"                         unit="ppt"    axis_ref="ncatice" /> 
     245         <field id="brinevol_cat" long_name="Brine volume for categories"                                  unit="%"      axis_ref="ncatice" /> 
     246 
    243247         <field id="micet"        long_name="Mean ice temperature"                                         unit="degC"     /> 
    244          <field id="icehc"        long_name="ice total heat content"                                       unit="10^9 J"   />  
     248         <field id="icehc"        long_name="ice total heat content"                                       unit="10^9J"   />  
    245249         <field id="isnowhc"      long_name="snow total heat content"                                      unit="10^9J"    /> 
    246250         <field id="icest"        long_name="ice surface temperature"                                      unit="degC"     /> 
    247          <field id="sfxbri"       long_name="brine salt flux"                                              unit="psu*kg/m2/day" /> 
    248          <field id="sfxthd"       long_name="equivalent FW salt flux"                                      unit="psu*kg/m2/day" /> 
    249251         <field id="ibrinv"       long_name="brine volume"                                                 unit="%"        /> 
    250252         <field id="icecolf"      long_name="frazil ice collection thickness"                              unit="m"        /> 
    251253         <field id="icestr"       long_name="ice strength"                                                 unit="N/m"      /> 
    252254         <field id="icevel"       long_name="ice velocity"                                                 unit="m/s"      /> 
    253          <field id="isume"        long_name="surface melt"                                                 unit="km3/day"   /> 
    254          <field id="ibome"        long_name="bottom melt"                                                  unit="km3/day"   /> 
    255255         <field id="idive"        long_name="divergence"                                                   unit="10-8s-1"  /> 
    256256         <field id="ishear"       long_name="shear"                                                        unit="10-8s-1"  /> 
    257          <field id="icerepr"      long_name="daily resultant ice prod./melting from limupdate"             unit="km3/day"   /> 
    258          <field id="icevolu"      long_name="ice volume"                                                   unit="km3"      /> 
    259          <field id="snowvol"      long_name="snow volume"                                                  unit="km3"      /> 
    260          <field id="sfxmec"       long_name="salt flux from ridging rafting"                               unit="psu*kg/m2/day" /> 
     257         <field id="icevolu"      long_name="ice volume"                                                   unit="m"      /> 
     258         <field id="snowvol"      long_name="snow volume"                                                  unit="m"      /> 
     259 
     260         <field id="icetrp"       long_name="ice volume transport"                                         unit="m/day"   /> 
     261         <field id="snwtrp"       long_name="snw volume transport"                                         unit="m/day"   /> 
     262         <field id="deitrp"       long_name="advected ice enhalpy"                                         unit="W/m2"   /> 
     263         <field id="destrp"       long_name="advected snw enhalpy"                                         unit="W/m2"   /> 
     264 
     265         <field id="sfxbri"       long_name="brine salt flux"                                              unit="psu*kg/m2/day" /> 
     266         <field id="sfxdyn"       long_name="salt flux from ridging rafting"                               unit="psu*kg/m2/day" /> 
    261267         <field id="sfxres"       long_name="salt flux from lipupdate (resultant)"                         unit="psu*kg/m2/day" /> 
    262          <field id="icetrp"       long_name="ice volume transport"                                         unit="km3/day"   /> 
    263  
     268         <field id="sfxbog"       long_name="salt flux from bot growth"                                    unit="psu*kg/m2/day" /> 
     269         <field id="sfxbom"       long_name="salt flux from bot melt"                                      unit="psu*kg/m2/day" /> 
     270         <field id="sfxsum"       long_name="salt flux from surf melt"                                     unit="psu*kg/m2/day" /> 
     271         <field id="sfxsni"       long_name="salt flux from snow-ice formation"                            unit="psu*kg/m2/day" /> 
     272         <field id="sfxopw"       long_name="salt flux from open water ice formation"                      unit="psu*kg/m2/day" /> 
     273         <field id="sfx"          long_name="salt flux total"                                              unit="psu*kg/m2/day" /> 
     274 
     275         <field id="vfxbog"       long_name="daily bottom thermo ice prod."                                unit="m/day"   /> 
     276         <field id="vfxdyn"       long_name="daily  dynamic ice prod."                                     unit="m/day"   /> 
     277         <field id="vfxopw"       long_name="daily lateral thermo ice prod."                               unit="m/day"   /> 
     278         <field id="vfxsni"       long_name="daily snowice ice prod."                                      unit="m/day"   /> 
     279         <field id="vfxsum"       long_name="surface melt"                                                 unit="m/day"   /> 
     280         <field id="vfxbom"       long_name="bottom melt"                                                  unit="m/day"   /> 
     281         <field id="vfxres"       long_name="daily resultant ice prod./melting from limupdate"             unit="m/day"   /> 
     282         <field id="vfxice"       long_name="ice melt/growth"                                              unit="m/day"   /> 
     283         <field id="vfxsnw"       long_name="snw melt/growth"                                              unit="m/day"   /> 
     284         <field id="vfxsub"       long_name="snw sublimation"                                              unit="m/day"   /> 
     285         <field id="vfxspr"       long_name="snw precipitation on ice"                                     unit="m/day"   /> 
     286 
     287         <field id="hfxsum"   long_name="heat fluxes causing surface ice melt"            unit="W/m2"  /> 
     288         <field id="hfxbom"   long_name="heat fluxes causing bottom ice melt"             unit="W/m2"  /> 
     289         <field id="hfxbog"   long_name="heat fluxes causing bottom ice growth"           unit="W/m2"  /> 
     290         <field id="hfxdif"   long_name="heat fluxes causing ice temperature change"      unit="W/m2"  /> 
     291         <field id="hfxopw"   long_name="heat fluxes causing open water ice formation"    unit="W/m2"  /> 
     292         <field id="hfxsnw"   long_name="heat fluxes causing snow melt"                   unit="W/m2"  /> 
     293         <field id="hfxerr"   long_name="heat fluxes error after heat diffusion"          unit="W/m2"  /> 
     294         <field id="hfxerr_rem" long_name="heat fluxes error after remapping"             unit="W/m2"  /> 
     295         <field id="hfxout"   long_name="total heat fluxes received by the ocean"         unit="W/m2"  /> 
     296         <field id="hfxin"    long_name="total heat fluxes at the ice/ocean surface"      unit="W/m2"  /> 
     297 
     298    <!-- heat flux associated with mass exchange --> 
     299         <field id="hfxthd"   long_name="heat fluxes from ice-ocean mass exchange during thermo"              unit="W/m2"  /> 
     300         <field id="hfxdyn"   long_name="heat fluxes from ice-ocean mass exchange during dynamic"             unit="W/m2"  /> 
     301         <field id="hfxres"   long_name="heat fluxes from ice-ocean mass exchange during resultant"           unit="W/m2"  /> 
     302         <field id="hfxsub"   long_name="heat fluxes from ice-atm. mass exchange during sublimation"          unit="W/m2"  /> 
     303         <field id="hfxspr"   long_name="heat fluxes from ice-atm. mass exchange during snow precip"          unit="W/m2" /> 
     304 
     305    <!-- diags --> 
     306         <field id="hfxdhc"    long_name="Heat content variation in snow and ice"   unit="W/m2" /> 
     307         <field id="hfxtur"    long_name="turbulent heat flux at the ice base"      unit="W/m2"  /> 
    264308 
    265309      </field_group> 
     
    284328         <field id="u_masstr"     long_name="ocean eulerian mass transport along i-axis"  unit="kg/s" grid_ref="grid_U_3D" /> 
    285329         <field id="u_heattr"     long_name="ocean eulerian heat transport along i-axis"  unit="W"    /> 
     330         <field id="u_salttr"     long_name="ocean eulerian salt transport along i-axis"  unit="PSU*kg/s"    /> 
    286331         <field id="ueiv_heattr"  long_name="ocean bolus heat transport along i-axis"     unit="W"    /> 
    287332         <field id="udiff_heattr" long_name="ocean diffusion heat transport along i-axis" unit="W"    /> 
     
    307352         <field id="v_masstr"     long_name="ocean eulerian mass transport along j-axis"  unit="kg/s" grid_ref="grid_V_3D" /> 
    308353         <field id="v_heattr"     long_name="ocean eulerian heat transport along j-axis"  unit="W"     /> 
     354         <field id="v_salttr"     long_name="ocean eulerian salt transport along i-axis"  unit="PSU*kg/s"    /> 
    309355         <field id="veiv_heattr"  long_name="ocean bolus heat transport along j-axis"     unit="W"     /> 
    310356         <field id="vdiff_heattr" long_name="ocean diffusion heat transport along j-axis" unit="W"     /> 
     
    340386 
    341387      <field_group id="scalar"  domain_ref="1point" > 
    342          <field id="voltot"     long_name="global mean volume"                         unit="m3"   /> 
    343          <field id="sshtot"     long_name="global mean ssh"                            unit="m"    /> 
    344          <field id="sshsteric"  long_name="global mean ssh steric"                     unit="m"    /> 
    345          <field id="sshthster"  long_name="global mean ssh thermosteric"               unit="m"    /> 
    346          <field id="masstot"    long_name="global mean mass"                           unit="kg"   /> 
    347          <field id="temptot"    long_name="global mean temperature"                    unit="degC" /> 
    348          <field id="saltot"     long_name="global mean salinity"                       unit="psu"  /> 
    349          <field id="fram_trans" long_name="Sea Ice Mass Transport Through Fram Strait" unit="kg/s" /> 
    350  
     388     <field id="voltot"     long_name="global mean volume"                         unit="m3"   /> 
     389     <field id="sshtot"     long_name="global mean ssh"                            unit="m"    /> 
     390     <field id="sshsteric"  long_name="global mean ssh steric"                     unit="m"    /> 
     391     <field id="sshthster"  long_name="global mean ssh thermosteric"               unit="m"    /> 
     392     <field id="masstot"    long_name="global mean mass"                           unit="kg"   /> 
     393     <field id="temptot"    long_name="global mean temperature"                    unit="degC" /> 
     394     <field id="saltot"     long_name="global mean salinity"                       unit="psu"  /> 
     395     <field id="fram_trans" long_name="Sea Ice Mass Transport Through Fram Strait" unit="kg/s" /> 
    351396       <!-- available with ln_diahsb --> 
    352     <field id="bgtemper"     long_name="global mean temperature"                  unit="degC"   /> 
    353     <field id="bgsaline"     long_name="global mean salinity"                     unit="psu"    /> 
    354     <field id="bgheatco"     long_name="global mean heat content"                 unit="10^9J"  /> 
    355     <field id="bgsaltco"     long_name="global mean salt content"                 unit="psu*m3" /> 
    356     <field id="bgvolssh"     long_name="global mean ssh volume"                   unit="km3"     /> 
    357     <field id="bgvoltot"     long_name="global mean volume"                       unit="km3"     /> 
    358     <field id="bgsshtot"     long_name="global mean ssh"                          unit="m"      /> 
    359     <field id="bgfrcvol"     long_name="global mean volume from forcing"          unit="km3"     /> 
    360     <field id="bgfrctem"     long_name="global mean heat content from forcing"    unit="10^9J"  /> 
    361     <field id="bgfrcsal"     long_name="global mean salt content from forcing"    unit="psu*km3" /> 
    362     <field id="bgmistem"     long_name="global mean temperature error due to free surface" unit="degC" /> 
    363     <field id="bgmissal"     long_name="global mean salinity error due to free surface"    unit="psu"  /> 
     397    <field id="bgtemper" long_name="global mean temperature variation"            unit="degC"/> 
     398    <field id="bgsaline" long_name="global mean salinity variation"               unit="psu"/> 
     399    <field id="bgheatco" long_name="global mean heat content variation"           unit="10^20J"/> 
     400    <field id="bgsaltco" long_name="global mean salt content variation"           unit="psu*km3" /> 
     401    <field id="bgvolssh" long_name="global mean volume variation (ssh)"           unit="km3"/> 
     402    <field id="bgvole3t" long_name="global mean volume variation (e3t)"           unit="km3"/> 
     403    <field id="bgfrcvol" long_name="global mean volume variation from forcing"    unit="km3"/> 
     404    <field id="bgfrctem" long_name="global mean forcing from heat content variation"   unit="degC"/> 
     405    <field id="bgfrcsal" long_name="global mean forcing salt content variation"        unit="psu"/> 
     406    <field id="bgmistem" long_name="global mean temperature error due to free surface" unit="degC"/> 
     407    <field id="bgmissal" long_name="global mean salinity error due to free surface"    unit="psu"/> 
    364408      </field_group> 
    365409 
    366410      <field_group id="SBC_scalar"  domain_ref="1point" > 
    367          <!-- available with ln_limdiahsb --> 
     411         <!-- available with ln_limdiaout --> 
    368412    <field id="ibgvoltot"    long_name="global mean ice volume"                   unit="km3"   /> 
    369413    <field id="sbgvoltot"    long_name="global mean snow volume"                  unit="km3"   /> 
     
    371415    <field id="ibgsaline"    long_name="global mean ice salinity"                 unit="psu"   /> 
    372416    <field id="ibgtemper"    long_name="global mean ice temperature"              unit="degC"   /> 
    373     <field id="ibgheatco"    long_name="global mean ice heat content"             unit="10^9J"   /> 
     417    <field id="ibgheatco"    long_name="global mean ice heat content"             unit="10^20J"   /> 
     418    <field id="sbgheatco"    long_name="global mean snow heat content"            unit="10^20J"   /> 
    374419    <field id="ibgsaltco"    long_name="global mean ice salt content"             unit="psu*km3"   /> 
    375     <field id="sbgheatco"    long_name="global mean snow heat content"            unit="10^9J"   /> 
    376     <field id="ibgfrcsfx"    long_name="global mean salt content from sfx"        unit="psu*km3"   /> 
    377     <field id="ibgfrcemp"    long_name="global mean volume from emp"              unit="km3"      /> 
    378     <field id="ibgsfx"       long_name="global mean emps"                         unit="psu*kg/m2/day"   /> 
    379     <field id="ibgemp"       long_name="global mean emp"                          unit="kg/m2/day"   /> 
    380     <field id="ibgsfxbri"    long_name="global mean ice sfx_bri"                  unit="psu*kg/m2/day"   /> 
    381     <field id="ibgsfxthd"    long_name="global mean ice sfx_thd"                  unit="psu*kg/m2/day"   /> 
    382     <field id="ibgsfxres"    long_name="global mean ice sfx_res"                  unit="psu*kg/m2/day"   /> 
    383     <field id="ibgsfxmec"    long_name="global mean ice fsalt_rpo"                unit="psu*kg/m2/day"   /> 
    384     <field id="ibggrpme"     long_name="global mean ice growth+melt volume"       unit="km3"      /> 
     420 
     421    <field id="ibgvfx"       long_name="global mean volume flux (emp)"               unit="m/day"   /> 
     422    <field id="ibgvfxbog"    long_name="global mean volume flux (bottom growth)"     unit="m/day"   /> 
     423    <field id="ibgvfxopw"    long_name="global mean volume flux (open water growth)" unit="m/day"   /> 
     424    <field id="ibgvfxsni"    long_name="global mean volume flux (snow-ice growth)"   unit="m/day"   /> 
     425    <field id="ibgvfxdyn"    long_name="global mean volume flux (dynamic growth)"    unit="m/day"   /> 
     426    <field id="ibgvfxbom"    long_name="global mean volume flux (bottom melt)"       unit="m/day"   /> 
     427    <field id="ibgvfxsum"    long_name="global mean volume flux (surface melt)"      unit="m/day"   /> 
     428    <field id="ibgvfxres"    long_name="global mean volume flux (resultant)"         unit="m/day"   /> 
     429    <field id="ibgvfxspr"    long_name="global mean volume flux (snow precip)"       unit="m/day"   /> 
     430    <field id="ibgvfxsnw"    long_name="global mean volume flux (snow melt)"         unit="m/day"   /> 
     431    <field id="ibgvfxsub"    long_name="global mean volume flux (snow sublimation)"  unit="m/day"   /> 
     432 
     433    <field id="ibgsfx"       long_name="global mean salt flux (total)"            unit="psu*m/day"   /> 
     434    <field id="ibgsfxbri"    long_name="global mean salt flux (brines)"           unit="psu*m/day"   /> 
     435    <field id="ibgsfxdyn"    long_name="global mean salt flux (dynamic)"          unit="psu*m/day"   /> 
     436    <field id="ibgsfxres"    long_name="global mean salt flux (resultant)"        unit="psu*m/day"   /> 
     437    <field id="ibgsfxbog"    long_name="global mean salt flux (thermo)"           unit="psu*m/day"   /> 
     438    <field id="ibgsfxopw"    long_name="global mean salt flux (thermo)"           unit="psu*m/day"   /> 
     439    <field id="ibgsfxsni"    long_name="global mean salt flux (thermo)"           unit="psu*m/day"   /> 
     440    <field id="ibgsfxbom"    long_name="global mean salt flux (thermo)"           unit="psu*m/day"   /> 
     441    <field id="ibgsfxsum"    long_name="global mean salt flux (thermo)"           unit="psu*m/day"   /> 
     442 
     443 
     444        <field id="ibghfxdhc"    long_name="Heat content variation in snow and ice"   unit="W" /> 
     445        <field id="ibghfxspr"    long_name="Heat content of snow precip"              unit="W" /> 
     446 
     447        <field id="ibghfxthd"   long_name="heat fluxes from ice-ocean exchange during thermo"              unit="W"  /> 
     448        <field id="ibghfxsum"   long_name="heat fluxes causing surface ice melt"              unit="W"  /> 
     449        <field id="ibghfxbom"   long_name="heat fluxes causing bottom ice melt"              unit="W"  /> 
     450        <field id="ibghfxbog"   long_name="heat fluxes causing bottom ice growth"              unit="W"  /> 
     451        <field id="ibghfxdif"   long_name="heat fluxes causing ice temperature change"              unit="W"  /> 
     452        <field id="ibghfxopw"   long_name="heat fluxes causing open water ice formation"              unit="W"  /> 
     453        <field id="ibghfxdyn"   long_name="heat fluxes from ice-ocean exchange during dynamic"             unit="W"  /> 
     454        <field id="ibghfxres"   long_name="heat fluxes from ice-ocean exchange during resultant"           unit="W"  /> 
     455        <field id="ibghfxsub"   long_name="heat fluxes from sublimation"                                   unit="W"  /> 
     456        <field id="ibghfxsnw"   long_name="heat fluxes from snow-ocean exchange"                           unit="W"  /> 
     457        <field id="ibghfxout"   long_name="non solar heat fluxes received by the ocean"                    unit="W"  /> 
     458        <field id="ibghfxin"    long_name="total heat fluxes at the ice surface"                           unit="W"  /> 
     459 
     460    <field id="ibgfrcvol"    long_name="global mean forcing volume (emp)"         unit="km3"      /> 
     461    <field id="ibgfrcsfx"    long_name="global mean forcing salt   (sfx)"         unit="psu*km3"   /> 
     462    <field id="ibgvolgrm"    long_name="global mean ice growth+melt volume"       unit="km3"      /> 
    385463      </field_group> 
    386464   
  • branches/2014/dev_r4650_UKMO13_CICE_changes_take2/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref

    r4205 r4921  
    1515!----------------------------------------------------------------------- 
    1616   cn_icerst_in  = "restart_ice"   !  suffix of ice restart name (input) 
    17    cn_icerst_out = "restart_ice"      !  suffix of ice restart name (output) 
    18    ln_limdyn   = .true.    !  ice dynamics (T) or thermodynamics only (F) 
    19    amax        = 0.999      !  maximum ice concentration 
    20    cai         =  1.40e-3  !  atmospheric drag over sea ice 
    21    cao         =  1.00e-3  !  atmospheric drag over ocean 
    22    ln_nicep    = .false.   !  Ice points output for debug (yes or no) 
    23    ln_limdiahsb  = .false.    !  check the heat and salt budgets (T) or not (F) 
    24    ln_limdiaout  = .false.    !  output the heat and salt budgets (T) or not (F) 
     17   cn_icerst_out = "restart_ice"   !  suffix of ice restart name (output) 
     18   ln_limdyn     = .true.          !  ice dynamics (T) or thermodynamics only (F) 
     19   amax          = 0.999           !  maximum ice concentration 
     20   cai           = 1.40e-3         !  atmospheric drag over sea ice (clio) 
     21   cao           = 1.00e-3         !  atmospheric drag over ocean   (clio) 
     22   ln_nicep      = .false.         !  Ice points output for debug (yes or no) 
     23   ln_limdiahsb  = .false.          !  check the heat and salt budgets (T) or not (F) 
     24   ln_limdiaout  = .true.          !  output the heat and salt budgets (T) or not (F) 
    2525/ 
    2626!----------------------------------------------------------------------- 
    2727&namiceini     !   ice initialisation 
    2828!----------------------------------------------------------------------- 
    29    ttest       =  2.0      !  threshold water temperature for initial sea ice 
    30    hninn       =  0.3      !  initial snow thickness in the north 
    31    hnins       =  0.1      !        "            "          south 
    32    hginn       =  3.50     !  initial undeformed ice thickness in the north 
    33    hgins       =  1.0      !        "            "              "     south 
    34    aginn       =  0.95     !  initial undeformed ice concentration in the north 
    35    agins       =  0.9      !        "            "              "         south 
    36    sinn        =  6.301    !  initial salinity in the north 
    37    sins        =  6.301    !        "            "    south 
     29   ln_limini   = .false.   !  activate ice initialization (T) or not (F) 
     30   thres_sst   =  0.0      !  threshold water temperature for initial sea ice 
     31   hts_ini_n   =  0.3      !  initial snow thickness in the north 
     32   hts_ini_s   =  0.3      !        "            "          south 
     33   hti_ini_n   =  1.0      !  initial ice thickness in the north 
     34   hti_ini_s   =  1.0      !        "            "         south 
     35   ati_ini_n   =  0.9      !  initial ice concentration in the north 
     36   ati_ini_s   =  0.9      !        "            "             south 
     37   smi_ini_n   =  6.301    !  initial ice salinity in the north 
     38   smi_ini_s   =  6.301    !        "            "    south 
     39   tmi_ini_n   =  270.     !  initial ice/snw temp in the north 
     40   tmi_ini_s   =  270.     !  initial ice/snw temp in the south 
    3841/ 
    3942!----------------------------------------------------------------------- 
     
    4144!----------------------------------------------------------------------- 
    4245   epsd        =   1.0e-20 !  tolerance parameter 
    43    alpha       =   0.5     !  coefficient for semi-implicit coriolis 
    44    dm          =   0.6e+03 !  diffusion constant for dynamics 
    45    nbiter      =   1       !  number of sub-time steps for relaxation 
    46    nbitdr      = 500       !  maximum number of iterations for relaxation 
    4746   om          =   0.5     !  relaxation constant  
    48    resl        =   5.0e-05 !  maximum value for the residual of relaxation 
    4947   cw          =   5.0e-03 !  drag coefficient for oceanic stress 
    5048   angvg       =   0.0     !  turning angle for oceanic stress 
    5149   pstar       =   2.0e+04 !  1st bulk-rheology parameter 
    5250   c_rhg       =  20.0     !  2nd bulk-rhelogy parameter 
    53    etamn       =   0.0e+07 !  minimun value for viscosity 
    5451   creepl      =   1.0e-12 !  creep limit 
    5552   ecc         =   2.0     !  eccentricity of the elliptical yield curve 
    5653   ahi0        = 350.e0    !  horizontal eddy diffusivity coefficient for sea-ice [m2/s] 
    57    nevp        = 300       !  number of iterations for subcycling in EVP, SB, 400 
    58    telast      =9600.0     !  timescale for elastic waves, SB, 720.0 
     54   nevp        = 120       !  number of iterations for subcycling in EVP 
     55   relast      = 0.333     !  ratio of elastic timescale over ice time step (1/3 if nevp=120 ; 1/9 if nevp=300) 
    5956   alphaevp    =   1.0     !  coefficient for the solution of internal ice stresses 
    6057   hminrhg     =   0.001   !  ice volume (a*h in m) below which ice velocity equal ocean velocity 
    61 / 
    62 !----------------------------------------------------------------------- 
    63 &namicetrp     !   ice transport 
    64 !----------------------------------------------------------------------- 
    65    bound       =   0.      !  boundary conditions (=0.0 no-slip, =1.0 free-slip) 
    6658/ 
    6759!----------------------------------------------------------------------- 
     
    6961!----------------------------------------------------------------------- 
    7062   hmelt       = -0.15     !  maximum melting at the bottom 
    71    hiccrit     = 0.1 , 0.1 !  ice thickness for lateral accretion in the Northern (Southern) Hemisphere 
     63   hiccrit     = 0.1       !  ice thickness for lateral accretion  
    7264                           !         caution 1.0, 1.0 best value to be used!!! (gilles G.)  ???? 
    73    fraz_swi    = 0.0       !  use of frazil ice collection thickness in function of wind (1.0) or not (0.0) 
     65   fraz_swi    = 0         !  use of frazil ice collection thickness in function of wind (1.0) or not (0.0) 
    7466   maxfrazb    = 0.0       !  maximum portion of frazil ice collecting at the ice bottom 
    7567   vfrazb      = 0.4166667 !  thresold drift speed for frazil ice collecting at the ice bottom 
    7668   Cfrazb      = 5.0       !  squeezing coefficient for frazil ice collecting at the ice bottom 
    77    hicmin      = 0.2       !  ice thickness corr. to max. energy stored in brine pocket 
    7869   hiclim      = 0.10      !  minimum ice thickness 
    79    sbeta       = 1.        !  numerical caracteritic of the scheme for diffusion in ice 
    80                            !        Cranck-Nicholson (=0.5), implicit (=1), explicit (=0) 
    81    parlat      = 0.0       !  percentage of energy used for lateral ablation 
    82    hakspl      = 0.25      !  slope of distr. for Hakkinen-Mellor's lateral melting 
    83    hibspl      = 0.5       !  slope of distribution for Hibler's lateral melting 
    84    exld        = 2.0       !  exponent for leads-closure rate 
    85    hakdif      = 1.0       !  coefficient for diffusions of ice and snow 
    86    thth        = 0.2       !  threshold thickness for comp. of eq. thermal conductivity 
    8770   hnzst       = 0.1       !  thickness of the surf. layer in temp. computation 
    8871   parsub      = 1.0       !  switch for snow sublimation or not 
    89    alphs       = 1.0       !  coefficient for snow density when snow ice formation 
    9072   betas       = 0.6       !  exponent in lead-ice fractionation of snow precipitation 0.66 
    9173                           !        betas = 1 -> equipartition, betas < 1 -> more on leads 
     
    124106   astar            =   0.05 !  equivalent of gstar (0.05 for TH75 and 0.03 for weaker ice) 
    125107   Hstar            = 100.0  !  parameter determining the maximum thickness of ridged ice 
    126    raftswi          =   1    !  rafting or not 
     108   raft_swi         =   1    !  rafting or not 
    127109   hparmeter        =   0.75 !  threshold thickness for rafting or not 
    128110   Craft            =   5.0  !  coefficient used in the rafting function 
    129111   ridge_por        =   0.3  !  initial porosity of the ridged ice (typically 0.30) 
    130    sal_max_ridge    =  15.0  !  maximum ridged ice salinity 
    131112   partfun_swi      =   1    !  participation function linear, TH75 (0) or exponential Letal07 (1) 
    132    transfun_swi     =   0    !  transfer function uniform of H80 (0) or exponential Letal07 (1) 
    133113   brinstren_swi    =   0    !  (1) use brine volume to diminish ice strength 
    134114/ 
     
    144124!&namicehsb       !  Heat and salt budgets  
    145125!!----------------------------------------------------------------------- 
    146 ! 
    147126!/ 
    148 !----------------------------------------------------------------------- 
    149 &namiceout     !   parameters for outputs 
    150 !----------------------------------------------------------------------- 
    151    noumef      =   43      !  number of fields 
    152    add_diag_swi=    1      !  1 -> diagnose distribution in thickness space 
    153                            !  0 -> only simple diagnostics 
    154 ! 
    155 !           !         title of the field           !  name     !   units   !  save  ! multipl. ! additive ! 
    156 !           !                                      !           !           ! or not !  factor  !  factor  ! 
    157    field_1  = 'Ice concentration                  ', 'iiceconc', '%       ',    1   ,  1.0     ,    0.0 
    158    field_2  = 'Ice thickness                      ', 'iicethic', 'm       ',    1   ,  1.0     ,    0.0 
    159    field_3  = 'Snow thickness                     ', 'isnowthi', 'm       ',    1   ,  1.0     ,    0.0 
    160    field_4  = 'Daily bottom thermo ice production ', 'iicebopr', 'km3/day ',    1   , 1.0e-9   ,    0.0 
    161    field_5  = 'Daily dynamic ice production       ', 'iicedypr', 'km3/day ',    1   , 1.0e-9   ,    0.0 
    162    field_6  = 'Oceanic flux at the ice base       ', 'ioceflxb', 'w/m2    ',    1   ,  1.0     ,    0.0 
    163    field_7  = 'Ice velocity u                     ', 'iicevelu', 'm/s     ',    1   ,  1.0     ,    0.0 
    164    field_8  = 'Ice velocity v                     ', 'iicevelv', 'm/s     ',    1   ,  1.0     ,    0.0 
    165    field_9  = 'Sea surface temperature            ', 'isstempe', 'C       ',    1   ,  1.0     , -273.15 
    166    field_10 = 'Sea surface salinity               ', 'isssalin', 'PSU     ',    1   ,  1.0     ,    0.0 
    167    field_11 = 'Total flux at ocean surface        ', 'iocetflx', 'w/m2    ',    1   ,  1.0     ,    0.0 
    168    field_12 = 'Solar flux at ocean surface        ', 'iocesflx', 'w/m2    ',    1   ,  1.0     ,    0.0 
    169    field_13 = 'Non-solar flux at ocean surface    ', 'iocwnsfl', 'w/m2    ',    1   ,  1.0     ,    0.0 
    170    field_14 = 'Heat flux due to brine release     ', 'iocehebr', 'w/m2    ',    1   ,  1.0     ,    0.0 
    171    field_15 = 'Wind stress u                      ', 'iocestru', 'Pa      ',    1   ,  1.0     ,    0.0 
    172    field_16 = 'Wind stress v                      ', 'iocestrv', 'Pa      ',    1   ,  1.0     ,    0.0  
    173    field_17 = 'Solar flux at ice/ocean surface    ', 'iicesflx', 'w/m2    ',    1   ,  1.0     ,    0.0 
    174    field_18 = 'Non-solar flux at ice/ocean surface', 'iicenflx', 'w/m2    ',    1   ,  1.0     ,    0.0 
    175    field_19 = 'Snow precipitation                 ', 'isnowpre', 'kg/m2/d ',    1   ,  1.0     ,    0.0 
    176    field_20 = 'Mean ice salinity                  ', 'iicesali', 'psu     ',    1   ,  1.0     ,    0.0 
    177    field_21 = 'Mean ice age                       ', 'iiceages', 'years   ',    1   ,  0.002739,    0.0 
    178    field_22 = 'Daily lateral thermo ice prod.     ', 'iicelapr', 'km3/day ',    1   ,1.0e-9    ,    0.0 
    179    field_23 = 'Daily snowice ice production       ', 'iicesipr', 'km3/day ',    1   ,1.0e-9    ,    0.0 
    180    field_24 = 'Mean ice temperature               ', 'iicetemp', 'C       ',    1   ,  1.0     , -273.15 
    181    field_25 = 'Ice total heat content             ', 'iiceheco', '10^9 J  ',    1   ,  1.0     ,    0.0 
    182    field_26 = 'Ice surface temperature            ', 'iicesurt', 'C       ',    1   ,  1.0     , -273.15 
    183    field_27 = 'Snow temperature                   ', 'isnotem2', 'C       ',    1   ,  1.0     , -273.15 
    184    field_28 = 'Fsbri - brine salt flux            ', 'iicefsbr', 'kg/m2/d ',    1   ,  1.0     ,    0.0 
    185    field_29 = 'Fseqv - equivalent FW salt flux    ', 'iicefseq', 'kg/m2/d ',    1   ,  1.0     ,    0.0 
    186    field_30 = 'Brine volume                       ', 'ibrinvol', '%       ',    1   ,  100.0   ,    0.0 
    187    field_31 = 'Frazil ice collection thickness    ', 'iicecolf', 'm       ',    1   ,  1.0     ,    0.0 
    188    field_32 = 'Ice strength                       ', 'iicestre', 'N/m     ',    1   ,  0.001   ,    0.0 
    189    field_33 = 'Ice velocity                       ', 'iicevelo', 'm/s     ',    1   ,  1.0     ,    0.0 
    190    field_34 = 'Surface melt                       ', 'iicesume', 'km3/day ',    1   ,1.0e-9    ,    0.0 
    191    field_35 = 'Bottom melt                        ', 'iicebome', 'km3/day ',    1   ,1.0e-9    ,    0.0 
    192    field_36 = 'Divergence                         ', 'iicedive', '10-8s-1 ',    1   ,  1.0e8   ,    0.0 
    193    field_37 = 'Shear                              ', 'iiceshea', '10-8s-1 ',    1   ,  1.0e8   ,    0.0 
    194    field_38 = 'Daily resultant ice prod/melt      ', 'iicerepr', 'km3/day ',    1   ,  1.0e-9  ,    0.0 
    195    field_39 = 'Ice volume                         ', 'iicevolu', 'km3     ',    1   ,  1.0e-9  ,    0.0 
    196    field_40 = 'Snow volume                        ', 'isnowvol', 'km3     ',    1   ,  1.0e-9  ,    0.0 
    197    field_41 = 'Fsrpo - salt flux from ridg/raft   ', 'iicefsrp', 'kg/m2/d ',    1   ,  1.0     ,    0.0 
    198    field_42 = 'Fsres - salt flux from limupdate   ', 'iicefsre', 'kg/m2/d ',    1   ,  1.0     ,    0.0 
    199    field_43 = 'Ice volume transport               ', 'iicevtrp', 'km3/day ',    1   ,1.0e-9    ,    0.0 
    200 /  
    201127 
  • branches/2014/dev_r4650_UKMO13_CICE_changes_take2/NEMOGCM/CONFIG/SHARED/namelist_ref

    r4384 r4921  
    183183/ 
    184184!----------------------------------------------------------------------- 
     185&namc1d        !   1D configuration options                             ("key_c1d") 
     186!----------------------------------------------------------------------- 
     187   rn_lat1d    =      50   !  Column latitude (default at PAPA station) 
     188   rn_lon1d    =    -145   !  Column longitude (default at PAPA station) 
     189   ln_c1d_locpt=  .true.   ! Localization of 1D config in a grid (T) or independant point (F) 
     190/ 
     191!----------------------------------------------------------------------- 
    185192&namtsd    !   data : Temperature  & Salinity 
    186193!----------------------------------------------------------------------- 
     
    240247   ln_cdgw = .false.       !  Neutral drag coefficient read from wave model (T => fill namsbc_wave) 
    241248   ln_sdw  = .false.       !  Computation of 3D stokes drift                (T => fill namsbc_wave) 
     249   nn_lsm  = 0             !  =0 land/sea mask for input fields is not applied (keep empty land/sea mask filename field) , 
     250                           !  =1:n number of iterations of land/sea mask application for input fields (fill land/sea mask filename field) 
    242251   cn_iceflx = 'linear'    !  redistribution of solar input into ice categories during coupling ice/atm. 
    243252/ 
     
    559568    nn_tra_dta    =  0                    !  = 0, bdy data are equal to the initial state 
    560569                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     570    cn_ice_lim      =  'none'             !   
     571    nn_ice_lim_dta  =  0                  !  = 0, bdy data are equal to the initial state 
     572                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     573    rn_ice_tem      = 270.                !  lim3 only: arbitrary temperature of incoming sea ice 
     574    rn_ice_sal      = 10.                 !  lim3 only:      --   salinity           -- 
     575    rn_ice_age      = 30.                 !  lim3 only:      --   age                -- 
     576 
    561577    ln_tra_dmp    =.false.                !  open boudaries conditions for tracers 
    562578    ln_dyn3d_dmp  =.false.                !  open boundary condition for baroclinic velocities 
     
    579595   bn_tem  =    'amm12_bdyT_tra' ,         24        , 'votemper' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    580596   bn_sal  =    'amm12_bdyT_tra' ,         24        , 'vosaline' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     597! for lim2 
     598!   bn_frld  =    'amm12_bdyT_ice' ,         24        , 'ileadfra' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     599!   bn_hicif =    'amm12_bdyT_ice' ,         24        , 'iicethic' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     600!   bn_hsnif =    'amm12_bdyT_ice' ,         24        , 'isnowthi' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     601! for lim3 
     602!   bn_a_i  =    'amm12_bdyT_ice' ,         24        , 'ileadfra' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     603!   bn_ht_i =    'amm12_bdyT_ice' ,         24        , 'iicethic' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     604!   bn_ht_s =    'amm12_bdyT_ice' ,         24        , 'isnowthi' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    581605   cn_dir  =    'bdydta/' 
    582606   ln_full_vel = .false. 
     
    957981                           !     (no physical validity of the results) 
    958982   nn_timing   =    0      !  timing by routine activated (=1) creates timing.output file, or not (=0) 
    959 / 
    960 !----------------------------------------------------------------------- 
    961 &namc1d        !   1D configuration options                             ("key_c1d") 
    962 !----------------------------------------------------------------------- 
    963    rn_lat      =    50     !  Column latitude 
    964    rn_lon      =    -145   !  Column longitude 
    965983/ 
    966984!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.