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 8291 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/CONFIG/SHARED – NEMO

Ignore:
Timestamp:
2017-07-06T11:49:56+02:00 (7 years ago)
Author:
clem
Message:

correct last commit changes. This is the start version for the modifications of the ice model. All sette tests passed except restartability for agrif and sas (though sas_biper is restartable). Configurations CREG, SPITZ, FER & SASBIPER are running.

Location:
branches/2017/dev_r8183_ICEMODEL/NEMOGCM/CONFIG/SHARED
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/CONFIG/SHARED/field_def_nemo-lim.xml

    r8289 r8291  
    232232         <field id="e3t_m"    unit="m"    /> 
    233233         <field id="frq_m"    unit="-"    /> 
     234 
     235         <!-- specific for rheology --> 
     236         <field id="isig1"        long_name="1st principal stress component for EVP rhg"                   unit="unitless" /> 
     237         <field id="isig2"        long_name="2nd principal stress component for EVP rhg"                   unit="unitless" /> 
     238         <field id="isig3"        long_name="convergence measure for EVP rheology (must be =1)"            unit="unitless" /> 
    234239 
    235240      </field_group> 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/CONFIG/SHARED/namelist_ref

    r8268 r8291  
    313313!              !             !  (if <0  months)  !   name    !  (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    314314   l_sasread   = .TRUE.   ! Read fields in a file if .TRUE. , or initialize to 0. in sbcssm.F90 if .FALSE. 
    315    sn_usp      = 'sas_grid_U',     120           , 'vozocrtx',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    316    sn_vsp      = 'sas_grid_V',     120           , 'vomecrty',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     315   sn_usp      = 'sas_grid_U',     120           ,    'uos'  ,   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     316   sn_vsp      = 'sas_grid_V',     120           ,    'vos'  ,   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    317317   sn_tem      = 'sas_grid_T',     120           , 'sosstsst',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    318318   sn_sal      = 'sas_grid_T',     120           , 'sosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     
    321321   sn_frq      = 'sas_grid_T',     120           , 'frq_m'   ,   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    322322 
    323    ln_3d_uve   = .true.    !  specify whether we are supplying a 3D u,v and e3 field 
     323   ln_3d_uve   = .false.   !  specify whether we are supplying a 3D u,v and e3 field 
    324324   ln_read_frq = .false.   !  specify whether we must read frq or not 
    325325   cn_dir      = './'      !  root directory for the location of the bulk files are 
Note: See TracChangeset for help on using the changeset viewer.