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 6351 for trunk/NEMOGCM/NEMO/OPA_SRC/DOM/domvvl.F90 – NEMO

Ignore:
Timestamp:
2016-02-24T19:50:11+01:00 (8 years ago)
Author:
cetlod
Message:

trunk: move the output of scale factor before time swapping and output some variables needs for offline, see ticket #1682

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/DOM/domvvl.F90

    r6152 r6351  
    653653         ht_n(:,:) = ht_n(:,:) + e3t_n(:,:,jk) * tmask(:,:,jk) 
    654654      END DO 
    655  
    656       ! Write outputs 
    657       ! ============= 
    658       CALL iom_put(     "e3t",   e3t_n(:,:,:) ) 
    659       CALL iom_put(     "e3u",   e3u_n(:,:,:) ) 
    660       CALL iom_put(     "e3v",   e3v_n(:,:,:) ) 
    661       CALL iom_put(     "e3w",   e3w_n(:,:,:) ) 
    662       CALL iom_put( "tpt_dep", gde3w_n(:,:,:) ) 
    663       IF( iom_use("e3tdef") )   & 
    664          CALL iom_put( "e3tdef", ( ( e3t_n(:,:,:) - e3t_0(:,:,:) ) / e3t_0(:,:,:) * 100. * tmask(:,:,:) ) ** 2 ) 
    665655 
    666656      ! write restart file 
Note: See TracChangeset for help on using the changeset viewer.