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 6006 for branches/2015/dev_MetOffice_merge_2015/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2015-12-04T17:56:07+01:00 (9 years ago)
Author:
mathiot
Message:

Merged ice sheet coupling branch

Location:
branches/2015/dev_MetOffice_merge_2015/NEMOGCM/CONFIG/SHARED
Files:
2 edited

Legend:

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

    r6005 r6006  
    200200 
    201201         <!-- * variable related to ice shelf forcing * --> 
    202          <field id="fwfisf"       long_name="Ice shelf melting"                             unit="kg/m2/s"  /> 
    203          <field id="qisf"         long_name="Ice Shelf Heat Flux"                           unit="W/m2"     /> 
    204          <field id="isfgammat"    long_name="transfert coefficient for isf (temperature)"   unit="m/s"      /> 
    205          <field id="isfgammas"    long_name="transfert coefficient for isf (salinity)"      unit="m/s"      /> 
    206          <field id="stbl"         long_name="salinity in the Losh tbl"                      unit="1e-3"     /> 
    207          <field id="ttbl"         long_name="temperature in the Losh tbl"                   unit="degC"     /> 
     202         <field id="fwfisf"       long_name="Ice shelf melting"                                            unit="Kg/m2/s"  /> 
     203         <field id="qisf"         long_name="Ice Shelf Heat Flux"                                          unit="W/m2"     /> 
     204         <field id="isfgammat"    long_name="transfert coefficient for isf (temperature) "                 unit="m/s"      /> 
     205         <field id="isfgammas"    long_name="transfert coefficient for isf (salinity)    "                 unit="m/s"      /> 
     206    <field id="stbl"         long_name="salinity in the Losh tbl                    "                 unit="PSU"      /> 
     207    <field id="ttbl"         long_name="temperature in the Losh tbl                 "                 unit="C"        /> 
     208    <field id="utbl"         long_name="zonal current in the Losh tbl at T point    "                 unit="m/s"      /> 
     209    <field id="vtbl"         long_name="merid current in the Losh tbl at T point    "                 unit="m/s"      /> 
     210    <field id="thermald"     long_name="thermal driving of ice shelf melting        "                 unit="C"        /> 
     211    <field id="tfrz"         long_name="top freezing point (used to compute melt)   "                 unit="C"        /> 
     212    <field id="tinsitu"      long_name="top insitu temperature (used to cmpt melt)  "                 unit="C"        /> 
     213    <field id="ustar"        long_name="ustar at T point used in ice shelf melting  "                 unit="m/s"      /> 
    208214 
    209215         <!-- *_oce variables available with ln_blk_clio or ln_blk_core --> 
  • branches/2015/dev_MetOffice_merge_2015/NEMOGCM/CONFIG/SHARED/namelist_ref

    r6005 r6006  
    4343   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
    4444   cn_ocerst_outdir = "."      !  directory in which to write output ocean restarts 
     45   ln_iscpl    = .false.   !  cavity evolution forcing or coupling to ice sheet model 
    4546   nn_istate   =       0   !  output the initial state (1) or not (0) 
    4647   ln_rst_list = .false.   !  output restarts at list of times using nn_stocklist (T) or at set frequency with nn_stock (F) 
     
    128129   nn_msh      =    1      !  create (=1) a mesh file or not (=0) 
    129130   rn_hmin     =   -3.     !  min depth of the ocean (>0) or min number of ocean level (<0) 
     131   rn_isfhmin  =    1.00   !  treshold (m) to discriminate grounding ice to floating ice 
    130132   rn_e3zps_min=   20.     !  partial step thickness is set larger than the minimum of 
    131133   rn_e3zps_rat=    0.1    !  rn_e3zps_min and rn_e3zps_rat*e3t, with 0<rn_e3zps_rat<1 
     
    212214!!   namsbc_rnf      river runoffs 
    213215!!   namsbc_isf      ice shelf melting/freezing 
     216!!   namsbc_iscpl    coupling option between land ice model and ocean 
    214217!!   namsbc_apr      Atmospheric Pressure 
    215218!!   namsbc_ssr      sea surface restoring term (for T and/or S) 
     
    456459/ 
    457460!----------------------------------------------------------------------- 
     461&namsbc_iscpl  !   land ice / ocean coupling option                      
     462!----------------------------------------------------------------------- 
     463   nn_drown  = 10       ! number of iteration of the extrapolation loop (fill the new wet cells) 
     464   ln_hsb    = .false.  ! activate conservation module (conservation exact after a time of rn_fiscpl) 
     465   nn_fiscpl = 43800    ! (number of time step) conservation period (maybe should be fix to the coupling frequencey of restart frequency) 
     466/ 
     467!----------------------------------------------------------------------- 
    458468&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk 
    459469!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.