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 13883 for NEMO/branches/UKMO/NEMO_4.0.3_GM_rossby_radius_ramp/src/OCE/DIA – NEMO

Ignore:
Timestamp:
2020-11-26T11:27:11+01:00 (3 years ago)
Author:
davestorkey
Message:

UKMO/NEMO_4.0.3_GM_rossby_radius_ramp: code changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.3_GM_rossby_radius_ramp/src/OCE/DIA/diawri.F90

    r13587 r13883  
    391391 
    392392      CALL iom_put( "bn2", rn2 )                      ! Brunt-Vaisala buoyancy frequency (N^2) 
     393      IF( (.NOT.l_ldfeiv_time) .AND. ( iom_use('RossRad')  .OR. iom_use('RossRadlim') & 
     394            &                     .OR. iom_use('TclinicR') .OR. iom_use('RR_GG')      & 
     395            &                     .OR. iom_use('aeiu_2d')  .OR. iom_use('aeiv_2d') ) ) THEN 
     396         CALL ldf_eiv(kt, 75.0, z2d, z3d(:,:,1)) 
     397         CALL iom_put('aeiu_2d', z2d) 
     398         CALL iom_put('aeiv_2d', z3d(:,:,1)) 
     399      ENDIF 
    393400      ! 
    394401           
Note: See TracChangeset for help on using the changeset viewer.