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 4341 for branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OPA_SRC/DOM/domvvl.F90 – NEMO

Ignore:
Timestamp:
2014-01-09T15:24:38+01:00 (10 years ago)
Author:
acc
Message:

Branch dev_MERGE_2013. Bug fix for #1211; addition of missing definitions to field_def.xml. key_vvl now working again with key_iomput

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OPA_SRC/DOM/domvvl.F90

    r4338 r4341  
    617617      ! ============= 
    618618      z_e3t_def(:,:,:) = ( ( fse3t_n(:,:,:) - e3t_0(:,:,:) ) / e3t_0(:,:,:) * 100 * tmask(:,:,:) ) ** 2 
    619       CALL iom_put( "e3t_n" , fse3t_n  (:,:,:) ) 
    620       CALL iom_put( "dept_n" , fsde3w_n (:,:,:) ) 
    621       CALL iom_put( "e3tdef" , z_e3t_def(:,:,:) ) 
     619      CALL iom_put( "cellthc" , fse3t_n  (:,:,:) ) 
     620      CALL iom_put( "tpt_dep" , fsde3w_n (:,:,:) ) 
     621      CALL iom_put( "e3tdef"  , z_e3t_def(:,:,:) ) 
    622622 
    623623      ! write restart file 
Note: See TracChangeset for help on using the changeset viewer.