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 15329 for NEMO/branches/UKMO/NEMO_4.0.4_CO9_shelf_climate/src/OCE/DIA – NEMO

Ignore:
Timestamp:
2021-10-05T13:39:45+02:00 (3 years ago)
Author:
hadjt
Message:

Added PEA functionality.
Maybe check for speed

Location:
NEMO/branches/UKMO/NEMO_4.0.4_CO9_shelf_climate/src/OCE/DIA
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_CO9_shelf_climate/src/OCE/DIA/diawri.F90

    r14078 r15329  
    4747   USE in_out_manager ! I/O manager 
    4848   USE dia25h         ! 25h Mean output 
     49   !JT 
     50   USE diapea         ! pea 
     51   !JT 
    4952   USE iom            !  
    5053   USE ioipsl         !  
     
    418421      IF (ln_dia25h)   CALL dia_25h( kt )             ! 25h averaging 
    419422 
     423      !JT 
     424      if ( ln_pea ) THEN 
     425         CALL dia_pea( kt ) 
     426      ENDIF 
     427      !JT 
     428 
    420429      IF( ln_timing )   CALL timing_stop('dia_wri') 
    421430      ! 
Note: See TracChangeset for help on using the changeset viewer.