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 2108 for branches/DEV_r1837_MLF/NEMO/OPA_SRC/opa.F90 – NEMO

Ignore:
Timestamp:
2010-09-21T21:52:56+02:00 (14 years ago)
Author:
mlelod
Message:

ticket: #663 add heat/salt/volume budgets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r1837_MLF/NEMO/OPA_SRC/opa.F90

    r1793 r2108  
    180180      !! 
    181181      NAMELIST/namctl/ ln_ctl  , nn_print, nn_ictls, nn_ictle,   & 
    182          &             nn_isplt, nn_jsplt, nn_jctls, nn_jctle, nn_bench, nn_bit_cmp 
     182         &             nn_isplt, nn_jsplt, nn_jctls, nn_jctle, nn_bench, nn_bit_cmp, ln_hsb 
    183183      !!---------------------------------------------------------------------- 
    184184      ! 
     
    313313         WRITE(numout,*) '      benchmark parameter (0/1)       nn_bench   = ', nn_bench 
    314314         WRITE(numout,*) '      bit comparison mode (0/1)       nn_bit_cmp = ', nn_bit_cmp 
     315         WRITE(numout,*) '      check the heat and salt budgets ln_hsb     = ', ln_hsb 
    315316      ENDIF 
    316317 
Note: See TracChangeset for help on using the changeset viewer.