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 5619 for branches/NERC/dev_r5589_is_oce_cpl/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2015-07-20T19:43:15+02:00 (9 years ago)
Author:
mathiot
Message:

ocean/ice sheet coupling: initial commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5589_is_oce_cpl/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5577 r5619  
    4040   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
    4141   cn_ocerst_outdir = "."      !  directory in which to write output ocean restarts 
     42   ln_iscpl    = .false.   !  cavity evolution forcing or coupling to ice sheet model 
    4243   nn_istate   =       0   !  output the initial state (1) or not (0) 
    4344   ln_rst_list = .false.   !  output restarts at list of times using nn_stocklist (T) or at set frequency with nn_stock (F) 
     
    225226!!   namsbc_rnf      river runoffs 
    226227!!   namsbc_isf      ice shelf melting/freezing 
     228!!   namsbc_iscpl    coupling option between land ice model and ocean 
    227229!!   namsbc_apr      Atmospheric Pressure 
    228230!!   namsbc_ssr      sea surface restoring term (for T and/or S) 
     
    469471/ 
    470472!----------------------------------------------------------------------- 
     473&namsbc_iscpl  !   land ice / ocean coupling option                      
     474!----------------------------------------------------------------------- 
     475   rn_fiscpl = 43800    ! (number of time step) conservation period (maybe should be fix to the coupling frequencey of restart frequency) 
     476   ln_hfb    = .false.  ! activate conservation module (conservation exact after a time of rn_fiscpl) 
     477/ 
     478!----------------------------------------------------------------------- 
    471479&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk 
    472480!----------------------------------------------------------------------- 
     
    802810   rn_smsh          =     1.    !  Smagorinsky diffusivity: = 0 - use only sheer 
    803811   rn_aht_m         =  2000.    !  upper limit or stability criteria for lateral eddy diffusivity (m2/s) 
     812/ 
     813!----------------------------------------------------------------------- 
     814&namtra_dmpfile    !   tracer: T & S newtonian damping 
     815!----------------------------------------------------------------------- 
     816!          !  file name                            ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     817!          !                                       !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     818   sn_dmpt  = 'resto',         -1        ,'Tinit' ,    .true.    , .true. , 'yearly'   , ''       ,   ''    ,    '' 
     819   sn_dmps  = 'resto',         -1        ,'Sinit' ,    .true.    , .true. , 'yearly'   , ''       ,   ''    ,    '' 
    804820/ 
    805821!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.