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 6727 for branches/2016/dev_r6711_SIMPLIF_6_aerobulk/NEMOGCM/NEMO/OPA_SRC/SBC/sbcblk_algo_ncar.F90 – NEMO

Ignore:
Timestamp:
2016-06-21T16:25:51+02:00 (8 years ago)
Author:
gm
Message:

#1751 - branch SIMPLIF_6_aerobulk: minor correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6711_SIMPLIF_6_aerobulk/NEMOGCM/NEMO/OPA_SRC/SBC/sbcblk_algo_ncar.F90

    r6723 r6727  
    1515   !!                         L. Brodeau, 2015 
    1616   !!===================================================================== 
    17    !! History :  3.6  !  2016-02  (L.Brodeau) successor of old turb_ncar 
    18    !!                                         of old sbcblk_core.F90 
     17   !! History :  3.6  !  2016-02  (L.Brodeau) successor of old turb_ncar of former sbcblk_core.F90 
    1918   !!---------------------------------------------------------------------- 
    2019 
     
    4544   PRIVATE 
    4645 
    47    PUBLIC :: TURB_NCAR 
    48  
    49    !! NCAR own values for given constants: 
     46   PUBLIC ::   TURB_NCAR   ! called by sbcblk.F90 
     47 
     48   !                              ! NCAR own values for given constants: 
    5049   REAL(wp), PARAMETER ::   rctv0 = 0.608   ! constant to obtain virtual temperature... 
    5150    
Note: See TracChangeset for help on using the changeset viewer.