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.
2017WP/ENHANCE-05_Gurvan-RK3 (diff) – NEMO

Changes between Version 11 and Version 12 of 2017WP/ENHANCE-05_Gurvan-RK3


Ignore:
Timestamp:
2017-11-29T12:05:14+01:00 (6 years ago)
Author:
gm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2017WP/ENHANCE-05_Gurvan-RK3

    v11 v12  
    2525  '' (ii)''  FB scheme may be a valuable alternative for low resolution simulations (in particular ORCA 2° and 1°) which do not necessarily need a high order time-stepping scheme, although FB scheme requires to used UBS scheme on advection of both dynamics and tracers. 
    2626 
    27 In practice the work is to :[[BR]]• start from the trunk, updated with HPC09 branch (i.e. ZDF modifications)[[BR]]• create RK3_SRC directory a a copy of OPA_SRC[[BR]]• implement the FB scheme in a stp_fbs routine (found either in step.F90 or in stpfbs.F90), [[BR]]   implying changes in most of SBC, TRA, DYN and ZDF modules[[BR]]• implement the RK3 scheme in a stp_rk3 routine (found either in step.F90 or stprk3.F90) 
     27In practice the work is to :[[BR]] 
     28• start from the trunk, updated with HPC09 branch (i.e. ZDF modifications)[[BR]] 
     29• update with the ICEMODEL branch (i.e. new sea-ice model)[[BR]] 
     30[[BR]] 
     31[[BR]] 
     32 
     33Postponed to 2018 workplan:[[BR]] 
     34• create RK3_SRC directory a a copy of OPA_SRC[[BR]] 
     35• implement the FB scheme in a stp_fbs routine (found either in step.F90 or in stpfbs.F90), i.e. changes in most of SBC, TRA, DYN and ZDF modules[[BR]] 
     36• implement the RK3 scheme in a stp_rk3 routine (found either in step.F90 or stprk3.F90) [[BR]] 
    2837}}} 
    2938|-