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 11851 for NEMO/branches/2019 – NEMO

Changeset 11851 for NEMO/branches/2019


Ignore:
Timestamp:
2019-11-04T18:06:44+01:00 (4 years ago)
Author:
laurent
Message:

Tiny bug-fix

Location:
NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/src/OCE/SBC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/src/OCE/SBC/sbcblk_algo_coare3p0.F90

    r11845 r11851  
    180180      REAL(wp), DIMENSION(jpi,jpj) :: u_star, t_star, q_star 
    181181      REAL(wp), DIMENSION(jpi,jpj) :: dt_zu, dq_zu 
    182       REAL(wp), DIMENSION(jpi,jpj) :: znu_a,        !: Nu_air, Viscosity of air 
     182      REAL(wp), DIMENSION(jpi,jpj) :: znu_a         !: Nu_air, Viscosity of air 
    183183      REAL(wp), DIMENSION(jpi,jpj) :: z0, z0t 
    184184      REAL(wp), DIMENSION(jpi,jpj) :: zeta_u        ! stability parameter at height zu 
  • NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/src/OCE/SBC/sbcblk_algo_coare3p6.F90

    r11845 r11851  
    180180      REAL(wp), DIMENSION(jpi,jpj) :: u_star, t_star, q_star 
    181181      REAL(wp), DIMENSION(jpi,jpj) :: dt_zu, dq_zu 
    182       REAL(wp), DIMENSION(jpi,jpj) :: znu_a,        !: Nu_air, Viscosity of air 
     182      REAL(wp), DIMENSION(jpi,jpj) :: znu_a         !: Nu_air, Viscosity of air 
    183183      REAL(wp), DIMENSION(jpi,jpj) :: z0, z0t 
    184184      REAL(wp), DIMENSION(jpi,jpj) :: zeta_u        ! stability parameter at height zu 
Note: See TracChangeset for help on using the changeset viewer.