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

Ignore:
Timestamp:
2015-06-22T05:04:24+02:00 (9 years ago)
Author:
deazer
Message:

Trunk Bug Fix see: forge.ipsl.jussieu.fr/nemo/ticket/1521
Corrects order of statements in step.f90 to allow atmospheric pressure to be read in
before it is applied to the bdys.

Passes sette. But AMM12 required a new set of fluxes which are now generated but not on the ftp site yet.
Thus retain the namelist
without the apr option on until the fluxes are added to the ftp site, otherwise sette will fail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/step.F90

    r5407 r5456  
    101101      !<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
    102102      IF( lk_tide    )   CALL sbc_tide( kstp ) 
    103       IF( lk_bdy     )   CALL bdy_dta ( kstp, time_offset=+1 )   ! update dynamic & tracer data at open boundaries 
    104  
    105103                         CALL sbc    ( kstp )         ! Sea Boundary Condition (including sea-ice) 
    106104                                                      ! clem: moved here for bdy ice purpose 
    107  
     105      IF( lk_bdy     )   CALL bdy_dta ( kstp, time_offset=+1 )   ! update dynamic & tracer data at open boundaries 
    108106      !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    109107      ! Update stochastic parameters and random T/S fluctuations 
Note: See TracChangeset for help on using the changeset viewer.