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 8885 for branches/2017/dev_CNRS_2017/NEMOGCM/NEMO/OPA_SRC/SBC/sbcblk.F90 – NEMO

Ignore:
Timestamp:
2017-12-04T10:41:40+01:00 (7 years ago)
Author:
clem
Message:

remove useless references to clem's comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_CNRS_2017/NEMOGCM/NEMO/OPA_SRC/SBC/sbcblk.F90

    r8884 r8885  
    111111   LOGICAL  ::   ln_taudif      ! logical flag to use the "mean of stress module - module of mean stress" data 
    112112   REAL(wp) ::   rn_pfac        ! multiplication factor for precipitation 
    113    REAL(wp) ::   rn_efac        ! multiplication factor for evaporation (clem) 
    114    REAL(wp) ::   rn_vfac        ! multiplication factor for ice/ocean velocity in the calculation of wind stress (clem) 
     113   REAL(wp) ::   rn_efac        ! multiplication factor for evaporation 
     114   REAL(wp) ::   rn_vfac        ! multiplication factor for ice/ocean velocity in the calculation of wind stress 
    115115   REAL(wp) ::   rn_zqt         ! z(q,t) : height of humidity and temperature measurements 
    116116   REAL(wp) ::   rn_zu          ! z(u)   : height of wind measurements 
Note: See TracChangeset for help on using the changeset viewer.