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 15137 for branches/UKMO/ReduceIcesheetLogs/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90 – NEMO

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

Added the changes to reduce the ice-sheet log output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/ReduceIcesheetLogs/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90

    r11107 r15137  
    14931493            greenland_icesheet_timelapsed = 0.0_wp        
    14941494         ENDIF 
    1495          IF(lwp .AND. ll_wrtstp) THEN 
     1495         IF(lwp .AND. ll_wrtstp .AND. sn_cfctl%l_sbcisf ) THEN 
    14961496            WRITE(numout,*) 'Greenland icesheet mass (kg) read in is ', zgreenland_icesheet_mass_in 
    14971497            WRITE(numout,*) 'Greenland icesheet mass (kg) used is    ', greenland_icesheet_mass 
     
    15431543            antarctica_icesheet_timelapsed = 0.0_wp        
    15441544         ENDIF 
    1545          IF(lwp .AND. ll_wrtstp) THEN 
     1545         IF(lwp .AND. ll_wrtstp .AND. sn_cfctl%l_sbcisf ) THEN 
    15461546            WRITE(numout,*) 'Antarctica icesheet mass (kg) read in is ', zantarctica_icesheet_mass_in 
    15471547            WRITE(numout,*) 'Antarctica icesheet mass (kg) used is    ', antarctica_icesheet_mass 
Note: See TracChangeset for help on using the changeset viewer.