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 2970 for branches/2011/dev_r2739_LOCEAN8_ZTC/NEMOGCM/NEMO/OPA_SRC/DOM/domvvl.F90 – NEMO

Ignore:
Timestamp:
2011-10-20T18:21:47+02:00 (13 years ago)
Author:
mlelod
Message:

thickness weighted outputs and additional outputs, see ticket/863?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2739_LOCEAN8_ZTC/NEMOGCM/NEMO/OPA_SRC/DOM/domvvl.F90

    r2917 r2970  
    209209      !! Reference  : Leclair, M., and G. Madec, 2011, Ocean Modelling. 
    210210      !!---------------------------------------------------------------------- 
    211       USE wrk_nemo, ONLY:   wrk_in_use, wrk_not_released, iwrk_in_use, iwrk_not_released 
     211      USE wrk_nemo, ONLY:   wrk_in_use, wrk_not_released 
    212212      USE oce     , ONLY:   ze3t    => ta         ! ua used as workspace 
    213213      USE wrk_nemo, ONLY:   zht     => wrk_2d_1   ! 2D REAL workspace 
     
    521521      z_e3t_def(:,:,:) = ( ( fse3t_n(:,:,:) - fse3t_0(:,:,:) ) / fse3t_0(:,:,:) * 100 * tmask(:,:,:) ) ** 2 
    522522      CALL iom_put( "e3t_n"  , fse3t_n  (:,:,:) ) 
    523       CALL iom_put( "dept , fsdept_n (:,:,:) ) 
     523      CALL iom_put( "dept_n" , fsdept_n (:,:,:) ) 
    524524      CALL iom_put( "e3tdef" , z_e3t_def(:,:,:) ) 
    525525 
Note: See TracChangeset for help on using the changeset viewer.