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 5702 for branches/UKMO/smagorinsky_diagnostics/NEMOGCM/NEMO/OPA_SRC/LDF/ldfdyn_smag.F90 – NEMO

Ignore:
Timestamp:
2015-08-18T18:21:29+02:00 (9 years ago)
Author:
davestorkey
Message:

Add in new diagnostics.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/smagorinsky_diagnostics/NEMOGCM/NEMO/OPA_SRC/LDF/ldfdyn_smag.F90

    r5699 r5702  
    181181      CALL lbc_lnk( ahm1, 'T', 1. )   ! Lateral boundary conditions on ( ahtt ) 
    182182      CALL lbc_lnk( ahm2, 'F', 1. )   ! Lateral boundary conditions on ( ahtt ) 
     183      CALL iom_put( 'ahmu_lap_smag', ahm1(:,:,:) )  
     184      CALL iom_put( 'ahmv_lap_smag', ahm2(:,:,:) ) 
    183185 
    184186      ENDIF    ! ln_dynldf_lap 
     
    253255      CALL lbc_lnk( ahm3, 'U', 1. )   ! Lateral boundary conditions 
    254256      CALL lbc_lnk( ahm4, 'V', 1. ) 
     257      CALL iom_put( 'ahmu_bilap_smag', ahm3(:,:,:) )  
     258      CALL iom_put( 'ahmv_bilap_smag', ahm4(:,:,:) ) 
     259 
    255260   ENDIF 
    256261 
Note: See TracChangeset for help on using the changeset viewer.