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 15138 for branches/UKMO/AddC3SDiags/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2021-07-23T12:54:21+02:00 (3 years ago)
Author:
pdavis
Message:

Adding changes to reduce the log output from ice-sheet calculations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/AddC3SDiags/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r11101 r15138  
    540540         WRITE(numout,*) '                              sn_cfctl%l_trcstat = ', sn_cfctl%l_trcstat 
    541541         WRITE(numout,*) '                              sn_cfctl%l_oceout  = ', sn_cfctl%l_oceout 
     542         WRITE(numout,*) '                              sn_cfctl%l_sbcisf  = ', sn_cfctl%l_sbcisf 
    542543         WRITE(numout,*) '                              sn_cfctl%l_layout  = ', sn_cfctl%l_layout 
    543544         WRITE(numout,*) '                              sn_cfctl%l_mppout  = ', sn_cfctl%l_mppout 
     
    742743         sn_cfctl%l_trcstat = setto 
    743744      ENDIF 
     745      sn_cfctl%l_sbcisf  = setto 
    744746      sn_cfctl%l_oceout  = setto 
    745747      sn_cfctl%l_layout  = setto 
Note: See TracChangeset for help on using the changeset viewer.