Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 11 (100.0%) | 364 (100.0%) | 33.0 |
trunk/libf/phylmd/ | 10 (90.9%) | 351 (96.4%) | 35.1 |
trunk/DefLists/ | 1 (9.1%) | 13 (3.6%) | 13.0 |
Create etat0 limit for unstructured case.
Missing STOP.
YM
2 lines of code changed in 1 file:
Add land/water mask management for XML, in unstructured case (dynamico).
YM
13 lines of code changed in 1 file:
For unstructured grid (dynamico).
A file can be used to impose land fraction without using Relief.nc.
The land franction is available at 0.05°, 0.25° and 0.5° degree resolution.
If land_water_0.05.nc or land_water_0.25.nc or land_water_0.50.nc is present in the runing directory, it will be use to impose ter/oce fraction.
YM
15 lines of code changed in 1 file:
Solve 2 problems when writing restartphy files at high resolution :
- large memory consumption that can lead to crash with an oom kill
- very very long tile due to usage of NF_ENDDEF/NF_REDEF for each saved field. Now the first pass will create the nectdf header and the second pass will write the fields.
YM
259 lines of code changed in 2 files:
Solve some wrong discrepency problem when comparing longitude from a restartphy file. The current discrepency test is not detecting that 360°==0°, so in some case it may stop the run for a wrong reason.
YM
13 lines of code changed in 1 file:
Add some OpenMP synchronisation before calling Orchidee.
In some (very rare) case, it is possible that master thread from LMDZ can call XIOS in the same time than an other thread in ORCHIDEE. Added synchronisation will avoid this problem.
YM
4 lines of code changed in 1 file:
unstructured case : aerosol files are not needed during the create_etat0_limite phase, so the workflow for this is now desactivated at ce0l phase.
YM
2 lines of code changed in 1 file:
Unstructured case : adapt limit,nc to hadisst files with daily values instead of monthly for sst and sic.
YM
41 lines of code changed in 1 file:
Clean finalize for etat0_limit creation with dynamico. Avoid dead-lock with xios_server that are waiting for an mpi_finalize.
YM
13 lines of code changed in 1 file:
Fix problem in limit.nc creation for unstructured case in OpenMP.
YM
2 lines of code changed in 1 file: