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 7238 for branches/2016/dev_r7233_CMIP6_diags_trunk_version – NEMO

Ignore:
Timestamp:
2016-11-16T13:57:38+01:00 (7 years ago)
Author:
timgraham
Message:

Some lines I missed in diaar5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r7233_CMIP6_diags_trunk_version/NEMOGCM/NEMO/OPA_SRC/DIA/diaar5.F90

    r7237 r7238  
    7777      INTEGER  ::   ji, jj, jk                      ! dummy loop arguments 
    7878      REAL(wp) ::   zvolssh, zvol, zssh_steric, zztmp, zarho, ztemp, zsal, zmass 
     79      REAL(wp) ::   zaw, zbw, zrw 
    7980      ! 
    8081      REAL(wp), POINTER, DIMENSION(:,:)     :: zarea_ssh , zbotpres       ! 2D workspace  
     82      REAL(wp), POINTER, DIMENSION(:,:)     :: pe                         ! 2D workspace  
    8183      REAL(wp), POINTER, DIMENSION(:,:,:)   :: zrhd , zrhop               ! 3D workspace 
    8284      REAL(wp), POINTER, DIMENSION(:,:,:,:) :: ztsn                       ! 4D workspace 
     
    9799      CALL iom_put( 'voltot', zvol               ) 
    98100      CALL iom_put( 'sshtot', zvolssh / area_tot ) 
     101      CALL iom_put( 'sshdyn', sshn(:,:) - (zvolssh / area_tot) ) 
    99102 
    100103      !                      
Note: See TracChangeset for help on using the changeset viewer.