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 6351 for trunk/NEMOGCM/NEMO/OPA_SRC/SBC – NEMO

Ignore:
Timestamp:
2016-02-24T19:50:11+01:00 (8 years ago)
Author:
cetlod
Message:

trunk: move the output of scale factor before time swapping and output some variables needs for offline, see ticket #1682

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90

    r6140 r6351  
    430430      !                                                ! ---------------------------------------- ! 
    431431      IF( MOD( kt-1, nn_fsbc ) == 0 ) THEN 
    432          CALL iom_put( "empmr" , emp  - rnf )                   ! upward water flux 
     432         CALL iom_put( "empmr"  , emp    - rnf )                ! upward water flux 
     433         CALL iom_put( "empbmr" , emp_b  - rnf )                ! before upward water flux ( needed to recalculate the time evolution of ssh in offline ) 
    433434         CALL iom_put( "saltflx", sfx  )                        ! downward salt flux   
    434435                                                                ! (includes virtual salt flux beneath ice  
Note: See TracChangeset for help on using the changeset viewer.