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 13161 for NEMO/branches/UKMO/NEMO_4.0.1_GM_rossby_radius_cutoff/src/OCE/DIA/diawri.F90 – NEMO

Ignore:
Timestamp:
2020-06-26T15:02:13+02:00 (4 years ago)
Author:
davestorkey
Message:

UKMO/NEMO_4.0.1_GM_rossby_radius_cutoff : new control structure, new diagnostics and new bathymetric ramp option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.1_GM_rossby_radius_cutoff/src/OCE/DIA/diawri.F90

    r11715 r13161  
    391391      CALL iom_put( "bn2", rn2 )                      ! Brunt-Vaisala buoyancy frequency (N^2) 
    392392      ! 
     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      IF (ln_diatmb)   CALL dia_tmb                   ! tmb values  
Note: See TracChangeset for help on using the changeset viewer.