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 14989 – NEMO

Changeset 14989


Ignore:
Timestamp:
2021-06-14T15:30:07+02:00 (3 years ago)
Author:
mathiot
Message:

ticket #2669: add extra comments in the headers

Location:
NEMO/branches/2021/ticket2669_isf_fluxes/src/OCE/ISF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/ticket2669_isf_fluxes/src/OCE/ISF/isfcav.F90

    r14907 r14989  
    5959      !!                   - compute heat and fwf fluxes 
    6060      !!                   - output 
     61      !!  
     62      !! ** Convention : all fluxes are from oce to isf ( > 0 out of the ocean ) 
     63      !! 
    6164      !!--------------------------------------------------------------------- 
    6265      !!-------------------------- OUT -------------------------------------- 
     
    132135      zqlat(:,:) = - pqfwf(:,:) * rLfusisf    ! 2d latent heat flux (W/m2) 
    133136      ! 
    134       ! total heat flux ( >0 out ) 
     137      ! total heat flux ( > 0 out ) 
    135138      zqh(:,:) = ( zqhc (:,:) + zqoce(:,:) ) 
    136139      ! 
  • NEMO/branches/2021/ticket2669_isf_fluxes/src/OCE/ISF/isfpar.F90

    r14924 r14989  
    5656      !!              (ie average T/S over a specific depth (can be across multiple levels)) 
    5757      !!              the name tbl was kept. 
     58      !! 
     59      !! ** Convention : all fluxes are from oce to isf ( > 0 out of the ocean ) 
    5860      !! 
    5961      !!--------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.