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 5960 for branches/2015/dev_MetOffice_merge_2015/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2015-12-01T11:31:27+01:00 (8 years ago)
Author:
timgraham
Message:

Merged in changes from /branches/2014/dev_r4650_UKMO12_CFL_diags_take2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_MetOffice_merge_2015/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r5836 r5960  
    6666   USE diadct          ! sections transports           (dia_dct_init routine) 
    6767   USE diaobs          ! Observation diagnostics       (dia_obs_init routine) 
     68   USE diacfl          ! CFL diagnostics               (dia_cfl_init routine) 
    6869   USE lib_fortran     ! Fortran utilities (allows no signed zero when 'key_nosignedzero' defined) 
    6970   USE step            ! NEMO time-stepping                 (stp     routine) 
     
    231232      NAMELIST/namctl/ ln_ctl  , nn_print, nn_ictls, nn_ictle,   & 
    232233         &             nn_isplt, nn_jsplt, nn_jctls, nn_jctle,   & 
    233          &             nn_bench, nn_timing 
     234         &             nn_bench, nn_timing, nn_diacfl 
    234235      NAMELIST/namcfg/ cp_cfg, cp_cfz, jp_cfg, jpidta, jpjdta, jpkdta, jpiglo, jpjglo, & 
    235236         &             jpizoom, jpjzoom, jperio, ln_use_jattr 
     
    458459      !                                      ! Diagnostics 
    459460      IF( lk_floats     )   CALL     flo_init   ! drifting Floats 
     461                            CALL dia_cfl_init   ! Initialise CFL diagnostics 
    460462      IF( lk_diaar5     )   CALL dia_ar5_init   ! ar5 diag 
    461463                            CALL dia_ptr_init   ! Poleward TRansports initialization 
Note: See TracChangeset for help on using the changeset viewer.