Commits on Source (41)
-
sibylle authored
RK3 time stepping branch formerly source:/NEMO/branches/2021/dev_r14318_RK3_stage1 updated on git with main. SETTE partly tested : problem with AGRIF_DEMO.
c14167e3 -
sibylle authored457f7392
-
sibylle authored5ece4020
-
Sibylle TECHENE authoredf1728754
-
Sibylle TECHENE authoredcf5a68e8
-
Sibylle TECHENE authored3a1115b9
-
sibylle authored
vortex restart debug : Kmm_a initialised at Kbb/Nbb for RK3 not at Kmm/Nnn ( Kmm/Nnn is an intermediary stage, it should not be meaningful at the beginning of a time step )
5a8f7621 -
sibylle authored1e44ea19
-
Sibylle TECHENE authored
bug fixes - stprk3_stg : in vector form ww is computed from uu and vv for dynadv, stp2d : sign error for fwfisf
158b54d6 -
Sibylle TECHENE authoredd51fb55c
-
Sibylle TECHENE authored5c46c2bc
-
Sibylle TECHENE authored
RK3: store ssh at Kaa after swap in order to get an approx of ssh slope for external mode ww computation of next time step
56d36e7b -
Sibylle TECHENE authored2760b056
-
Sibylle TECHENE authored638d2958
-
sibylle authored
RK3: merge main into rk3 branch + remove gde3w_0 when vertical coordinate keys are activated + remove before forcing field when key_RK3 is activated ==> still sette problem with AMM12 and SWE
b426ae43 -
Sibylle TECHENE authored908f9f64
-
Sibylle TECHENE authored
commit 87d91638e9b25f7b45192068b43db371c26a8ed6 Author: Sibylle TECHENE <techenes@irene191.c-irene.tgcc.ccc.cea.fr> Date: Thu Mar 24 14:31:02 2022 +0100 comments are still not clear commit 3e306fb89db460675f1a18e15f1d8910c8b9dded Author: Sibylle TECHENE <techenes@irene191.c-irene.tgcc.ccc.cea.fr> Date: Thu Mar 24 14:24:56 2022 +0100 RK3: fix linssh commit 92d543ecce2c9b401b31c8dfb17c75d1a33fc0ac Author: Sibylle TECHENE <techenes@irene191.c-irene.tgcc.ccc.cea.fr> Date: Thu Mar 24 14:24:07 2022 +0100 RK3: management of u/v_bf, u/vb2_b and u/vb2_i_b allocation commit 7381d7650a1c356406078a86e12c5d462afdc5cb Author: Sibylle TECHENE <techenes@irene191.c-irene.tgcc.ccc.cea.fr> Date: Thu Mar 24 14:21:02 2022 +0100 RK3: no use of before forcing fields except for SWE (u/vtau_b) commit 1d53bab023d5ebfcf2f3e4e5b7d3a835a0795890 Author: Sibylle TECHENE <techenes@irene191.c-irene.tgcc.ccc.cea.fr> Date: Thu Mar 24 14:18:32 2022 +0100 RK3: cleanning commit 683b0c199ee34e621d27de16e688c4c81fb6b0b0 Author: Sibylle TECHENE <techenes@irene191.c-irene.tgcc.ccc.cea.fr> Date: Thu Mar 24 14:17:36 2022 +0100 RK3: no use of ts_rst, ts_rst turned into ts_rst_MLF
b60262ce -
Jérôme Chanut authored
This causes seg. fault with RK3, these arrays being undefined
0ce1a0ab -
Sebastien Masson authored
fix filename parsing in iom_open for agrif zooms (#37) See merge request nemo/nemo!63
6dc903e9 -
Tomas Lovato authored749e8aa9
-
Sebastien Masson authored
Fix names of x,y coordinates fields in iom_nf90.F90 (#38) Closes #38 See merge request nemo/nemo!65
26911cc4 -
Jérôme Chanut authored
some of these were producing out of bounds arrays
9be39212 -
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 -
Jérôme Chanut authored
Allows restarting a MLF run with RK3 and vice versa (provided Euler first step)
a00eb5d9 -
Sibylle TECHENE authoreda044e9c2
-
sibylle authored4389904b
-
sibylle authored6cef8ef9
-
sibylle authored50596704
-
Sebastien Masson authored
RK3 time stepping branch formerly... See merge request nemo/nemo!68
43153673 -
Sebastien Masson authoredfadba698
-
Sebastien Masson authored
Resolve "diaar5: Suspicious use of INTEGER in the ocean Volume computation" Closes #39 See merge request nemo/nemo!73
b9ec6ca1 -
Sebastien Masson authoredd2e99a71
-
Sebastien Masson authored
Resolve "Missing DOMAIN attributes in multiple file output" Closes #14 See merge request nemo/nemo!75
b852bd0e -
Guillaume Samson authored1398e060
-
Guillaume Samson authored
Resolve "Floating invalid in p4zopt.f90 without RGB traqsr" Closes #45 See merge request nemo/nemo!80
e9eb46f9 -
Guillaume Samson authoredacc4a1fb
-
Guillaume Samson authored
Merge branch '47-ah_wslp2-variable-not-initialised-when-using-ln_trcldf_off-true-in-top' into 'main' Resolve "ah_wslp2 variable not initialised when using ln_trcldf_OFF = .true. in TOP" Closes #47 See merge request nemo/nemo!81
d05f851b -
Guillaume Samson authoredf6c561ae
-
Guillaume Samson authored
Resolve "bug in Lupkes sea-ice transfert coefficients formula" Closes #48 See merge request nemo/nemo!82
127cef6c -
Sibylle Techene authored14b2913a
-
Sebastien Masson authored
Fix RK3 restart issue See merge request nemo/nemo!83
da31f855
Showing
- arch/arch-osx_gfortran.fcm 1 addition, 1 deletionarch/arch-osx_gfortran.fcm
- cfgs/SHARED/grid_def_nemo.xml 12 additions, 12 deletionscfgs/SHARED/grid_def_nemo.xml
- sette/sette.sh 1 addition, 1 deletionsette/sette.sh
- src/NST/agrif_all_update.F90 5 additions, 1 deletionsrc/NST/agrif_all_update.F90
- src/NST/agrif_oce_interp.F90 85 additions, 23 deletionssrc/NST/agrif_oce_interp.F90
- src/NST/agrif_oce_sponge.F90 10 additions, 1 deletionsrc/NST/agrif_oce_sponge.F90
- src/NST/agrif_oce_update.F90 43 additions, 2 deletionssrc/NST/agrif_oce_update.F90
- src/NST/agrif_top_interp.F90 22 additions, 3 deletionssrc/NST/agrif_top_interp.F90
- src/NST/agrif_top_sponge.F90 5 additions, 2 deletionssrc/NST/agrif_top_sponge.F90
- src/NST/agrif_top_update.F90 5 additions, 2 deletionssrc/NST/agrif_top_update.F90
- src/NST/agrif_user.F90 15 additions, 23 deletionssrc/NST/agrif_user.F90
- src/OCE/DIA/diaar5.F90 5 additions, 5 deletionssrc/OCE/DIA/diaar5.F90
- src/OCE/DIA/diaptr.F90 4 additions, 1 deletionsrc/OCE/DIA/diaptr.F90
- src/OCE/DOM/dom_oce.F90 5 additions, 5 deletionssrc/OCE/DOM/dom_oce.F90
- src/OCE/DOM/domain.F90 31 additions, 3 deletionssrc/OCE/DOM/domain.F90
- src/OCE/DOM/domqco.F90 71 additions, 22 deletionssrc/OCE/DOM/domqco.F90
- src/OCE/DOM/domzgr.F90 15 additions, 4 deletionssrc/OCE/DOM/domzgr.F90
- src/OCE/DOM/domzgr_substitute.h90 0 additions, 1 deletionsrc/OCE/DOM/domzgr_substitute.h90
- src/OCE/DOM/istate.F90 29 additions, 14 deletionssrc/OCE/DOM/istate.F90
- src/OCE/DYN/divhor.F90 75 additions, 4 deletionssrc/OCE/DYN/divhor.F90