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 3901 for branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/LIM_SRC_2/limdmp_2.F90 – NEMO

Ignore:
Timestamp:
2013-05-03T14:35:21+02:00 (11 years ago)
Author:
clevy
Message:

Configuration Setting/Step2, see ticket:#1074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/LIM_SRC_2/limdmp_2.F90

    r3875 r3901  
    110110      ! 1)  initialize fld read structure for input data  
    111111      !     -------------------------------------------- 
    112       ln_limdmp = .false.                 !* set file information (default values) 
    113       cn_dir    = './' 
    114       ! (NB: frequency positive => hours, negative => months) 
    115       !                !    file     ! frequency ! variable ! time intep !  clim   ! 'yearly' or ! weights  ! rotation ! 
    116       !                !    name     !  (hours)  !  name    !   (T/F)    !  (T/F)  !  'monthly'  ! filename ! pairs    ! 
    117       sn_hicif = FLD_N( 'ice_damping ', -1       , 'hicif'  ,  .true.    , .true.  ,  'yearly'   ,  ''      ,  ''      ) 
    118       sn_frld  = FLD_N( 'ice_damping ', -1       , 'frld'   ,  .true.    , .true.  ,  'yearly'   ,  ''      ,  ''      ) 
    119                      
     112                   
    120113      REWIND( numnam_ice_ref )              ! Namelist namice_dmp in reference namelist : Ice restoring 
    121114      READ  ( numnam_ice_ref, namice_dmp, IOSTAT = ios, ERR = 901) 
Note: See TracChangeset for help on using the changeset viewer.