StatSVN - /LMDZ6 Developers: ymeurdesoif
/LMDZ6 Developers: ymeurdesoif
- Login name:
- ymeurdesoif
- Total Commits:
- 11 (0,2 %)
- Lines of Code:
- 364 (0,2 %)
- Most Recent Commit:
- 2019-07-05 12:32
- Tweet this:
Activity by Clock Time
Activity in Directories
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 |
Most Recent Commits
- ymeurdesoif 2019-07-05 12:32 Rev.: 3543
-
Create etat0 limit for unstructured case.
Missing STOP.
YM2 lines of code changed in 1 file:
- trunk/libf/phylmd: create_etat0_limit_unstruct.F90 (+2)
- ymeurdesoif 2019-07-03 16:06 Rev.: 3542
-
Add land/water mask management for XML, in unstructured case (dynamico).
YM13 lines of code changed in 1 file:
- trunk/DefLists: context_input_lmdz.xml (+13)
- ymeurdesoif 2019-06-13 10:33 Rev.: 3535
-
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:
- trunk/libf/phylmd: create_etat0_unstruct.F90 (+15 -1)
- ymeurdesoif 2019-05-16 16:38 Rev.: 3506
-
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.
YM259 lines of code changed in 2 files:
- trunk/libf/phylmd: iostart.F90 (+100 -57), phyredem.F90 (+159 -150)
- ymeurdesoif 2019-05-16 16:24 Rev.: 3505
-
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.
YM13 lines of code changed in 1 file:
- trunk/libf/phylmd: phyetat0.F90 (+13 -9)
- ymeurdesoif 2019-05-16 16:20 Rev.: 3504
-
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.
YM4 lines of code changed in 1 file:
- trunk/libf/phylmd: surf_land_orchidee_mod.F90 (+4)
- ymeurdesoif 2019-03-27 16:22 Rev.: 3472
-
unstructured case : aerosol files are not needed during the create_etat0_limite phase, so the workflow for this is now desactivated at ce0l phase.
YM2 lines of code changed in 1 file:
- trunk/libf/phylmd: physiq_mod.F90 (+2 -2)
- ymeurdesoif 2019-03-27 15:35 Rev.: 3471
-
Unstructured case : adapt limit,nc to hadisst files with daily values instead of monthly for sst and sic.
YM41 lines of code changed in 1 file:
- trunk/libf/phylmd: create_limit_unstruct.F90 (+41 -6)
- ymeurdesoif 2019-03-25 12:32 Rev.: 3470
-
Clean finalize for etat0_limit creation with dynamico. Avoid dead-lock with xios_server that are waiting for an mpi_finalize.
YM13 lines of code changed in 1 file:
- trunk/libf/phylmd: create_etat0_limit_unstruct.F90 (+13 -3)
- ymeurdesoif 2019-03-25 12:28 Rev.: 3469
-
Fix problem in limit.nc creation for unstructured case in OpenMP.
YM2 lines of code changed in 1 file:
- trunk/libf/phylmd: create_limit_unstruct.F90 (+2 -1)