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 14286 for NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/OCE/TRD/trdvor.F90 – NEMO

Ignore:
Timestamp:
2021-01-11T18:30:11+01:00 (3 years ago)
Author:
mcastril
Message:

Reformatting and allowing to use key_qco

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/OCE/TRD/trdvor.F90

    r14219 r14286  
    400400 
    401401         ! Boundary conditions 
    402          CALL lbc_lnk_multi( 'trdvor', vor_avrtot, 'F', 1.0_wp & 
    403               &                      , vor_avrres, 'F', 1.0_wp ) 
     402         CALL lbc_lnk_multi( 'trdvor', vor_avrtot, 'F', 1.0_wp , vor_avrres, 'F', 1.0_wp ) 
    404403 
    405404 
     
    459458      !!      from ocean surface down to control surface (NetCDF output) 
    460459      !!---------------------------------------------------------------------- 
    461       REAL(dp)  :: zjulian 
    462       REAL(dp)  :: zsto 
    463       REAL(dp) :: zout 
     460      REAL(dp) ::   zjulian, zsto, zout 
    464461      CHARACTER (len=40) ::   clhstnam 
    465462      CHARACTER (len=40) ::   clop 
     
    577574   !!====================================================================== 
    578575END MODULE trdvor 
    579  
Note: See TracChangeset for help on using the changeset viewer.