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/OPA_SRC/SBC/sbcssr.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/OPA_SRC/SBC/sbcssr.F90

    r3875 r3901  
    3333   REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) ::   qrp   !: heat flux damping        [w/m2] 
    3434 
    35    !                                           !!* Namelist namsbc_ssr * 
    36    INTEGER, PUBLIC ::   nn_sstr     =   0       ! SST/SSS restoring indicator 
    37    INTEGER, PUBLIC ::   nn_sssr     =   0       ! SST/SSS restoring indicator 
    38    REAL(wp)        ::   rn_dqdt     = -40.e0    ! restoring factor on SST and SSS 
    39    REAL(wp)        ::   rn_deds     = -27.70    ! restoring factor on SST and SSS 
    40    LOGICAL         ::   ln_sssr_bnd = .false.   ! flag to bound erp term  
    41    REAL(wp)        ::   rn_sssr_bnd =   0.e0    ! ABS(Max./Min.) value of erp term [mm/day] 
     35   !                                   !!* Namelist namsbc_ssr * 
     36   INTEGER, PUBLIC ::   nn_sstr         ! SST/SSS restoring indicator 
     37   INTEGER, PUBLIC ::   nn_sssr         ! SST/SSS restoring indicator 
     38   REAL(wp)        ::   rn_dqdt         ! restoring factor on SST and SSS 
     39   REAL(wp)        ::   rn_deds         ! restoring factor on SST and SSS 
     40   LOGICAL         ::   ln_sssr_bnd     ! flag to bound erp term  
     41   REAL(wp)        ::   rn_sssr_bnd     ! ABS(Max./Min.) value of erp term [mm/day] 
    4242 
    4343   REAL(wp) , ALLOCATABLE, DIMENSION(:) ::   buffer   ! Temporary buffer for exchange 
     
    166166      !!---------------------------------------------------------------------- 
    167167      ! 
    168       !                            !* set file information 
    169       cn_dir  = './'            ! directory in which the model is executed 
    170       ! ... default values (NB: frequency positive => hours, negative => months) 
    171       !            !   file    ! frequency !  variable  ! time intep !  clim   ! 'yearly' or ! weights  ! rotation   ! 
    172       !            !   name    !  (hours)  !   name     !   (T/F)    !  (T/F)  !  'monthly'  ! filename ! pairs      ! 
    173       sn_sst = FLD_N( 'sst'    ,    24     ,  'sst'     ,  .false.   , .false. ,   'yearly'  , ''       , ''         ) 
    174       sn_sss = FLD_N( 'sss'    ,    -1     ,  'sss'     ,  .true.    , .false. ,   'yearly'  , ''       , ''         ) 
    175168  
    176169      REWIND( numnam_ref )              ! Namelist namsbc_ssr in reference namelist :  
Note: See TracChangeset for help on using the changeset viewer.