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 3249 for branches/2011/dev_NEMO_MERGE_2011/NEMOGCM – NEMO

Ignore:
Timestamp:
2012-01-05T12:40:31+01:00 (12 years ago)
Author:
agn
Message:

dev_NEMO_MERGE_2011: Corrected description of griffies logicals in ldftra.F90 output into ocean.output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/LDF/ldftra.F90

    r3116 r3249  
    9494         WRITE(numout,*) '      eddy induced velocity coef.   rn_aeiv_0       = ', rn_aeiv_0 
    9595         WRITE(numout,*) '      maximum isoppycnal slope      rn_slpmax       = ', rn_slpmax 
    96          WRITE(numout,*) '   + griffies operator internal controls not set via the namelist (experimental): ' 
    97          WRITE(numout,*) '      calculate triads twice        ln_triad_iso    = ', ln_triad_iso 
    98          WRITE(numout,*) '      GM -->lat mixing on bottom    ln_botmix_grif  = ', ln_botmix_grif 
     96         WRITE(numout,*) '      pure lateral mixing in ML     ln_triad_iso    = ', ln_triad_iso 
     97         WRITE(numout,*) '      lateral mixing on bottom      ln_botmix_grif  = ', ln_botmix_grif 
    9998         WRITE(numout,*) 
    10099      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.