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 3977 for branches/2013/dev_r3406_CNRS_LIM3/NEMOGCM/NEMO/OPA_SRC/SBC/sbcfwb.F90 – NEMO

Ignore:
Timestamp:
2013-07-16T14:04:24+02:00 (11 years ago)
Author:
flavoni
Message:

add print of fwb correction value, and hminrhg for LIM2, in CNRS LIM3 branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3406_CNRS_LIM3/NEMOGCM/NEMO/OPA_SRC/SBC/sbcfwb.F90

    r3964 r3977  
    142142            !                                         ! estimate from the previous year budget 
    143143         ENDIF 
    144          IF(lwp) WRITE(numout,*) 'correction of fresh water budget :', fwfold 
     144         IF( MOD( kt, 5475 ) == 0 ) THEN 
     145            IF(lwp) WRITE(numout,*) 'correction of fresh water budget :', fwfold 
     146         ENDIF  
    145147         !  
    146148         IF( MOD( kt-1, kn_fsbc ) == 0 ) THEN      ! correct the freshwater fluxes 
Note: See TracChangeset for help on using the changeset viewer.