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 13193 for NEMO/branches/2020/dev_r12377_KERNEL-06_techene_e3/src/OCE/DIA/diawri.F90 – NEMO

Ignore:
Timestamp:
2020-07-01T15:42:06+02:00 (4 years ago)
Author:
smasson
Message:

better e3: update with trunk@13136 see #2385

Location:
NEMO/branches/2020/dev_r12377_KERNEL-06_techene_e3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r12377_KERNEL-06_techene_e3

    • Property svn:externals
      •  

        old new  
        88 
        99# SETTE 
        10 ^/utils/CI/sette@HEAD         sette 
         10^/utils/CI/sette@12931        sette 
  • NEMO/branches/2020/dev_r12377_KERNEL-06_techene_e3/src/OCE/DIA/diawri.F90

    r12911 r13193  
    191191         CALL iom_put( "sbs", z2d )                ! bottom salinity 
    192192      ENDIF 
     193 
     194      CALL iom_put( "rhop", rhop(:,:,:) )          ! 3D potential density (sigma0) 
    193195 
    194196      IF ( iom_use("taubot") ) THEN                ! bottom stress 
     
    10331035         CALL iom_close( inum ) 
    10341036      ENDIF 
     1037      ! 
    10351038#endif 
    1036  
    10371039   END SUBROUTINE dia_wri_state 
    10381040 
Note: See TracChangeset for help on using the changeset viewer.