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 6416 for trunk/NEMOGCM/CONFIG – NEMO

Changeset 6416 for trunk/NEMOGCM/CONFIG


Ignore:
Timestamp:
2016-04-01T14:22:17+02:00 (8 years ago)
Author:
clem
Message:

phase trunk with new additions on LIM3 from 3.6 stable (r6398 r6399 and r6400)

Location:
trunk/NEMOGCM/CONFIG/SHARED
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/SHARED/field_def.xml

    r6387 r6416  
    183183         <field id="empmr"        long_name="Net Upward Water Flux"                standard_name="water_flux_out_of_sea_ice_and_sea_water"                              unit="kg/m2/s"   /> 
    184184         <field id="empbmr"       long_name="Net Upward Water Flux at pre. tstep"  standard_name="water_flux_out_of_sea_ice_and_sea_water"                              unit="kg/m2/s"   /> 
     185         <field id="emp_oce"      long_name="Evap minus Precip over ocean"         standard_name="evap_minus_precip_over_sea_water"                                     unit="kg/m2/s"   /> 
     186         <field id="emp_ice"      long_name="Evap minus Precip over ice"           standard_name="evap_minus_precip_over_sea_ice"                                       unit="kg/m2/s"   /> 
    185187         <field id="saltflx"      long_name="Downward salt flux"                                                                                                        unit="1e-3/m2/s" /> 
    186188         <field id="fmmflx"       long_name="Water flux due to freezing/melting"                                                                                        unit="kg/m2/s"   /> 
     
    289291         <field id="micesalt"     long_name="Mean ice salinity"                                                                                                               unit="1e-3"         /> 
    290292         <field id="miceage"      long_name="Mean ice age"                                                                                                                    unit="years"        /> 
     293         <field id="alb_ice"      long_name="Mean albedo over sea ice"                                                                                                        unit=""             /> 
     294         <field id="albedo"       long_name="Mean albedo over sea ice and ocean"                                                                                              unit=""             /> 
    291295 
    292296         <field id="iceage_cat"   long_name="Ice age for categories"                                       unit="days"   axis_ref="ncatice" /> 
     
    339343         <field id="vfxsub"       long_name="snw sublimation"                                              unit="m/day"   /> 
    340344         <field id="vfxspr"       long_name="snw precipitation on ice"                                     unit="m/day"   /> 
     345         <field id="vfxthin"      long_name="daily thermo ice prod. for thin ice(<20cm) + open water"      unit="m/day"   /> 
    341346 
    342347         <field id="afxtot"       long_name="area tendency (total)"                                        unit="day-1"   /> 
  • trunk/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref

    r6403 r6416  
    2121   cn_icerst_outdir = "."          !  directory in which to write output ice restarts 
    2222   ln_limdyn     = .true.          !  ice dynamics (T) or thermodynamics only (F) 
    23    rn_amax_n     = 0.999           !  maximum tolerated ice concentration (NH) 
    24    rn_amax_s     = 0.999           !  maximum tolerated ice concentration (SH) 
     23   rn_amax_n     = 0.999           !  maximum tolerated ice concentration NH 
     24   rn_amax_s     = 0.999           !  maximum tolerated ice concentration SH 
    2525   ln_limdiahsb  = .false.         !  check the heat and salt budgets (T) or not (F) 
    2626   ln_limdiaout  = .true.          !  output the heat and salt budgets (T) or not (F) 
     
    8686   rn_hnewice  = 0.1               !  thickness for new ice formation in open water (m) 
    8787   ln_frazil   = .false.           !  use frazil ice collection thickness as a function of wind (T) or not (F) 
    88    rn_maxfrazb = 0.0               !  maximum fraction of frazil ice collecting at the ice base 
     88   rn_maxfrazb = 1.0               !  maximum fraction of frazil ice collecting at the ice base 
    8989   rn_vfrazb   = 0.417             !  thresold drift speed for frazil ice collecting at the ice bottom (m/s) 
    9090   rn_Cfrazb   = 5.0               !  squeezing coefficient for frazil ice collecting at the ice bottom 
  • trunk/NEMOGCM/CONFIG/SHARED/namelist_ref

    r6152 r6416  
    516516&namsbc_alb    !   albedo parameters 
    517517!----------------------------------------------------------------------- 
    518    rn_cloud    =    0.06   !  cloud correction to snow and ice albedo 
    519    rn_albice   =    0.53   !  albedo of melting ice in the arctic and antarctic 
    520    rn_alphd    =    0.80   !  coefficients for linear interpolation used to 
    521    rn_alphc    =    0.65   !  compute albedo between two extremes values 
    522    rn_alphdi   =    0.72   !  (Pyane, 1972) 
     518   nn_ice_alb  =    0   !  parameterization of ice/snow albedo 
     519                        !     0: Shine & Henderson-Sellers (JGR 1985) 
     520                        !     1: "home made" based on Brandt et al. (J. Climate 2005) 
     521                        !                         and Grenfell & Perovich (JGR 2004) 
     522   rn_albice   =  0.53  !  albedo of bare puddled ice (values from 0.49 to 0.58) 
     523                        !     0.53 (default) => if nn_ice_alb=0 
     524                        !     0.50 (default) => if nn_ice_alb=1 
    523525/ 
    524526!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.