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 5050 for branches/2015/dev_r5044_CNRS_LIM3CLEAN – NEMO

Ignore:
Timestamp:
2015-02-02T18:29:41+01:00 (9 years ago)
Author:
clem
Message:

LIM3: add diagnostics of ice concentration trends

Location:
branches/2015/dev_r5044_CNRS_LIM3CLEAN/NEMOGCM/CONFIG
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5044_CNRS_LIM3CLEAN/NEMOGCM/CONFIG/SHARED/field_def.xml

    r5048 r5050  
    298298         <field id="vfxspr"       long_name="snw precipitation on ice"                                     unit="m/day"   /> 
    299299 
    300          <field id="afxtot"       long_name="area tendency (total)"                                        unit="s-1"     /> 
    301          <field id="afxdyn"       long_name="area tendency (dynamics)"                                     unit="s-1"     /> 
    302          <field id="afxthd"       long_name="area tendency (thermo)"                                       unit="s-1"     /> 
     300         <field id="afxtot"       long_name="area tendency (total)"                                        unit="day-1"   /> 
     301         <field id="afxdyn"       long_name="area tendency (dynamics)"                                     unit="day-1"   /> 
     302         <field id="afxthd"       long_name="area tendency (thermo)"                                       unit="day-1"   /> 
    303303 
    304304         <field id="hfxsum"   long_name="heat fluxes causing surface ice melt"            unit="W/m2"  /> 
  • branches/2015/dev_r5044_CNRS_LIM3CLEAN/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref

    r5048 r5050  
    2525&namiceini     !   ice initialization 
    2626!----------------------------------------------------------------------- 
    27    ln_limini   = .false.   !  activate ice initialization (T) or not (F) 
    28    thres_sst   =  0.0      !  threshold water temperature for initial sea ice 
     27   ln_limini   = .true.   !  activate ice initialization (T) or not (F) 
     28   thres_sst   =  2.0      !  threshold water temperature for initial sea ice 
    2929   hts_ini_n   =  0.3      !  initial snow thickness (North) 
    3030   hts_ini_s   =  0.3      !        "            "   (South) 
     
    9898   partfun_swi      =   1    !  participation function: linear, Thorndike et al 75 (0) or exponential, Lipscomb 07 (1) 
    9999   brinstren_swi    =   0    !  ice strength is a function of brine volume fraction (1) or not (0) 
     100/ 
  • branches/2015/dev_r5044_CNRS_LIM3CLEAN/NEMOGCM/CONFIG/cfg.txt

    r4990 r5050  
    1212ORCA2_LIM3 OPA_SRC LIM_SRC_3 NST_SRC 
    1313ORCA2_LIM OPA_SRC LIM_SRC_2 NST_SRC 
     14SPITZ025 OPA_SRC LIM_SRC_3 
Note: See TracChangeset for help on using the changeset viewer.