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 5613 for branches/UKMO/dev_r5518_FOAM_local/NEMOGCM/NEMO/OPA_SRC/DIA/diawri.F90 – NEMO

Ignore:
Timestamp:
2015-07-20T11:12:03+02:00 (9 years ago)
Author:
cguiavarch
Message:

Add local changes for FOAM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_FOAM_local/NEMOGCM/NEMO/OPA_SRC/DIA/diawri.F90

    r5463 r5613  
    4646   USE iom 
    4747   USE ioipsl 
    48    USE dynspg_oce, ONLY: un_adv, vn_adv ! barotropic velocities      
    49  
     48   USE dynspg_oce, ONLY: un_adv, vn_adv ! barotropic velocities     
     49   USE insitu_tem, ONLY: insitu_t, theta2t 
    5050#if defined key_lim2 
    5151   USE limwri_2  
     
    156156       
    157157      CALL iom_put( "toce", tsn(:,:,:,jp_tem) )    ! 3D temperature 
     158      CALL theta2t ! in-situ temperature conversion 
     159      CALL iom_put( "tinsitu", insitu_t(:,:,:))    ! in-situ temperature 
    158160      CALL iom_put(  "sst", tsn(:,:,1,jp_tem) )    ! surface temperature 
    159161      IF ( iom_use("sbt") ) THEN 
     
    194196         CALL iom_put( "taubot", z2d )            
    195197      ENDIF 
    196           
     198       
    197199      CALL iom_put( "uoce", un(:,:,:)         )    ! 3D i-current 
    198200      CALL iom_put(  "ssu", un(:,:,1)         )    ! surface i-current 
Note: See TracChangeset for help on using the changeset viewer.