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 6129 for branches/2015 – NEMO

Changeset 6129 for branches/2015


Ignore:
Timestamp:
2015-12-18T14:35:10+01:00 (8 years ago)
Author:
flavoni
Message:

add missing lines in diawri.F90 for linssh case, see tickets 1370 and 1622

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_merge_2015/NEMOGCM/NEMO/OPA_SRC/DIA/diawri.F90

    r6108 r6129  
    925925         &          jpi, jpj, nh_i, 1  , 1, 1  , -99 , 32, clop, zsto, zout ) 
    926926      IF( .NOT.ln_linssh ) THEN 
    927          CALL histdef( id_i, "vovvldep", "T point depth"         , "m"      ,   &   ! t-point depth 
     927         CALL histdef( id_i, "vovvldep", "T point depth"         , "m"      , &   ! t-point depth 
     928            &          jpi, jpj, nh_i, jpk, 1, jpk, nz_i, 32, clop, zsto, zout ) 
     929         CALL histdef( id_i, "vovvle3t", "T point thickness"     , "m"      , &   ! t-point depth 
    928930            &          jpi, jpj, nh_i, jpk, 1, jpk, nz_i, 32, clop, zsto, zout ) 
    929931      ENDIF 
     
    964966      CALL histwrite( id_i, "sometauy", kt, vtau             , jpi*jpj    , idex )    ! j-wind stress 
    965967 
     968      IF(  .NOT.ln_linssh  ) THEN              
     969         CALL histwrite( id_i, "vovvldep", kt, fsdept_n(:,:,:), jpi*jpj*jpk, idex )!  T-cell depth  
     970         CALL histwrite( id_i, "vovvle3t", kt, fse3t_n (:,:,:), jpi*jpj*jpk, idex )!  T-cell thickness   
     971      END IF  
    966972      ! 3. Close the file 
    967973      ! ----------------- 
Note: See TracChangeset for help on using the changeset viewer.