Skip to content
Snippets Groups Projects
Forked from NEMO Workspace / Nemo
Loading
  • Jérôme Chanut's avatar
    2D mode management for AGRIF with RK3 and more · c5e12069
    Jérôme Chanut authored
    - Suppress the use ub2_b/vb2_b un_bf/vn_bf with AGRIF and RK3. Consider
    un_adv/vn_adv in that case, i.e. the available time integrated flux from
    before to after time step.
    - From the change above, one can now remove the definition and the allocation
    of ub2_b/vb2_b un_bf/vn_bf with RK3 (these are purely related to a
    leapgrog time stepping).
    - Move definition and allocation of un_adv/vn_adv from dynspg_ts into oce to prevent
      from circular dependencies.
    - Restored read/write of barotropic arrays in restart with RK3 in the
      case where ln_bt_av=.false. (Demange's time stepping with continuous
    in time barotropic time stepping). Aditionnal arrays need also to be
    stored in case of refluxing with AGRIF.
    c5e12069
Code owners