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/sbcana.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/sbcana.F90

    r3875 r3901  
    2727   PUBLIC   sbc_gyre   ! routine called in sbcmod module 
    2828 
    29    !                                !!* Namelist namsbc_ana * 
    30    INTEGER  ::   nn_tau000 = 1      ! nb of time-step during which the surface stress 
    31    !                                 ! increase from 0 to its nominal value  
    32    REAL(wp) ::   rn_utau0  = 0._wp  ! constant wind stress value in i-direction 
    33    REAL(wp) ::   rn_vtau0  = 0._wp  ! constant wind stress value in j-direction 
    34    REAL(wp) ::   rn_qns0   = 0._wp  ! non solar heat flux 
    35    REAL(wp) ::   rn_qsr0   = 0._wp  !     solar heat flux 
    36    REAL(wp) ::   rn_emp0   = 0._wp  ! net freshwater flux 
     29   !                       !!* Namelist namsbc_ana * 
     30   INTEGER  ::   nn_tau000 ! nb of time-step during which the surface stress 
     31   !                        ! increase from 0 to its nominal value  
     32   REAL(wp) ::   rn_utau0  ! constant wind stress value in i-direction 
     33   REAL(wp) ::   rn_vtau0  ! constant wind stress value in j-direction 
     34   REAL(wp) ::   rn_qns0    ! non solar heat flux 
     35   REAL(wp) ::   rn_qsr0    !     solar heat flux 
     36   REAL(wp) ::   rn_emp0    ! net freshwater flux 
    3737    
    3838   !! * Substitutions 
Note: See TracChangeset for help on using the changeset viewer.