- 22 Jun, 2022 4 commits
-
-
ymeur authored
YM
-
ymeur authored
1) A new guided option is available to output forcing file that can be reused for a newt nudged cglobal or LAM configuration. It is activated using guided_type flag : guided_type = nudging_forcing in this case, new run.def parameters are available to control output frequency and output area : nudging_freq : output frequency in second nudging_lon_start : longitude starting zone in degree (default=-180) nudging_lon_end : longitude end zone in degree (default=180) nudging_lon_delta : longitude resolution ind degree (default=1.) nudging_lat_start : latitude starting zone in degree (default=-180) nudging_lat_end : latitude end zone in degree (default=180) nudging_lat_delta : latitude starting zone in degree (default=-180) 2) improve nudging, and merge nudging functionality when using forcing file coming from previous dynamico simulation or ERA5 reanalysis YM
-
ymeur authored
The switch between the legacy version (LMDZ start) and ERA5 is done by using a new run.def parameter : etat0_database_type = legacy (default) / ERA5_forcing YM
-
ymeur authored
In case of starting model with interpolated start file (etat0=start_interp), the initial state start0.nc is now output. YM
-
- 16 Jun, 2022 1 commit
-
-
ymeur authored
Manage automatically switch from xios XML start/restart file for reading/writing, or not, fields required by non-hydrostatic model. YM
-
- 12 May, 2022 1 commit
-
-
Patryk Kiepas authored
-
- 07 May, 2022 3 commits
-
-
Patryk Kiepas authored
-
Patryk Kiepas authored
-
Patryk Kiepas authored
-
- 06 May, 2022 1 commit
-
-
Patryk Kiepas authored
-
- 29 Apr, 2022 1 commit
-
-
Romain Pennel authored
-
- 30 Mar, 2022 1 commit
-
-
MILLOUR Ehouarn authored
-
- 29 Mar, 2022 2 commits
-
-
MILLOUR Ehouarn authored
-
MILLOUR Ehouarn authored
-
- 25 Mar, 2022 1 commit
-
-
MILLOUR Ehouarn authored
-
- 10 Feb, 2022 1 commit
-
-
ymeur authored
YM
-
- 09 Feb, 2022 1 commit
-
-
ymeur authored
YM
-
- 18 Jan, 2022 3 commits
-
-
ymeur authored
YM
-
ymeur authored
Vertical remapping can be done using XIOS axis interpolation or using inter dynamico remapping. Switch between this two choice using def parameter : nudging_vertical_levels = 'pressure' / 'model' 'pressure' (default) : vertical level of forcing fields are in fixed pressure level, no need to read pressure field (or soil pressure) to make the guiding, so vertical remapping is done with DYNAMICO. 'model' : vertical level of forcing fields are in model level, so pressure forcing field is needed to make correct vertical remapping. YM
-
ymeur authored
YM
-
- 10 Jan, 2022 2 commits
- 13 Dec, 2021 1 commit
-
-
ymeur authored
Fix bug introduced in the last commit. Global indexes for output was depending of the configuration (nb proc), ie a restart could not be read correctly for a new start if number of process was changing. YM
-
- 10 Nov, 2021 1 commit
-
-
Romain Pennel authored
-
- 27 Oct, 2021 2 commits
-
-
MEURDESOIF Yann authored
YM
-
MEURDESOIF Yann authored
-
- 25 Oct, 2021 3 commits
-
-
MEURDESOIF Yann authored
YM
-
MEURDESOIF Yann authored
YM
-
MEURDESOIF Yann authored
YM
-
- 20 Sep, 2021 1 commit
-
-
Thomas Dubos authored
-
- 17 Sep, 2021 2 commits
-
-
Romain Pennel authored
Backport from devel : introduce grid_type in TYPE(layout) and use it for allocation and halo exchange
-
Thomas Dubos authored
-
- 13 Sep, 2021 5 commits
-
-
Romain Pennel authored
small changes in testing to compile xios with same env file than dynamico port testing from jean-zay to irene
-
Romain Pennel authored
-
Romain Pennel authored
-
Thomas Dubos authored
-
Romain Pennel authored
-
- 06 Sep, 2021 2 commits
-
-
Thomas Dubos authored
Work around FCM bug See merge request !53
-
Thomas Dubos authored
-
- 20 Aug, 2021 1 commit
-
-
MILLOUR Ehouarn authored
Hotfix/trunk/heldsuarez See merge request !52
-