Opened 6 years ago
Closed 5 years ago
#2143 closed Task (fixed)
ENHANCE-03_PierreMathiot_DomcfgTools
Reported by: | mathiot | Owned by: | mathiot |
---|---|---|---|
Priority: | high | Milestone: | 2019 WP |
Component: | DOM | Version: | trunk |
Severity: | minor | Keywords: | DOM, TOOLS, |
Cc: |
Description (last modified by mathiot)
Context
Work on the DOMAINcfg tool:
- remove unnecessary code and namelists.
- change behaviour of ln_closea (ticket #2094)
- remove configuration dependant index in closea mask generation using flood filling algorithm.
Implementation plan
Implementation plan described in wiki:2019WP/ENHANCE-03_PierreMathiot_DomcfgTools (see Abstract)
Commit History (16)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
11659 | mathiot | 2019-10-07T20:23:54+02:00 | ENHANCE-03_domcfg: update README.rst (ticket #2143) |
11658 | mathiot | 2019-10-07T19:55:50+02:00 | ENHANCE-03_domcfg: forced local domain to read the overlap region + re-arange the ocean output print (ticket #2143) |
11656 | mathiot | 2019-10-04T21:03:26+02:00 | ENHANCE-03_closea: add heat/fw fluxes output from closed seas + rm useless USE statements + add USE ONLY when reasonable + ensure heat conservation during the redistribution process (ticket #2143) |
11654 | mathiot | 2019-10-04T15:15:19+02:00 | ENHANCE-03_domcfg: forced the tools to write data over the EW overlap region. Issue in some eORCA1 decomposition without (ticket #2143) |
11636 | mathiot | 2019-10-02T12:41:58+02:00 |
|
11633 | mathiot | 2019-10-01T21:06:31+02:00 |
|
11629 | mathiot | 2019-10-01T18:17:20+02:00 | ENHANCE-03_closea: cosmetic changes (ticket #2143) |
11628 | mathiot | 2019-10-01T18:12:05+02:00 | ENHANCE-03_domcfg: add cpp_ENHANCE-03_domcfg.fcm and remove make_closea_masks.py (as now managed in the F90 code and remove compilation file (ticket #2143) |
11604 | mathiot | 2019-09-26T18:48:45+02:00 | ENHANCE-03_domcfg: remove useless variable in domclo and domutil + cosmetics changes (ticket #2143) |
11602 | mathiot | 2019-09-26T17:16:00+02:00 | ENHANCE-03_domcfg: remove gde3w_0 as outputed in domcfg.nc (ticket #2143) |
11207 | mathiot | 2019-07-02T19:32:41+02:00 | ENHANCE-03_closea: closea correction change to match new closea mask in domain_cfg (ticket #2143) |
11201 | mathiot | 2019-07-01T12:10:15+02:00 | ENHANCE-03_domcfg : add management of closed seas in domain cfg by flood filling and lat/lon seed instead of i/j box definition (ticket #2143) |
11197 | mathiot | 2019-06-28T14:21:47+02:00 | ENHANCE-03_domcfg: daymod.f90 not used (ticket #2143) |
11196 | mathiot | 2019-06-28T14:20:54+02:00 | ENHANCE-03_domcfg: USE dianam useless in iom.F90 (ticket #2143) |
11133 | mathiot | 2019-06-18T17:45:51+02:00 | remove un-needed namelist_ref bloc in domcfg tools and remove debug print (ticket #2143) |
11129 | mathiot | 2019-06-18T17:11:36+02:00 | simplification of domcfg (rm all var_n and var_b as it is not needed) (ticket #2143) |
Change History (22)
comment:1 Changed 6 years ago by nemo
- Priority changed from low to high
comment:2 Changed 5 years ago by mathiot
comment:3 Changed 5 years ago by mathiot
In 11133:
comment:4 Changed 5 years ago by mathiot
- Description modified (diff)
- Status changed from new to assigned
comment:5 Changed 5 years ago by mathiot
In 11196:
comment:6 Changed 5 years ago by mathiot
In 11197:
comment:7 Changed 5 years ago by mathiot
In 11201:
comment:8 Changed 5 years ago by mathiot
In 11207:
comment:9 Changed 5 years ago by mathiot
- wp_comment set to - Change in domcfg to define the closed sea and its river mouth using a lat/lon seed is done. - Change in NEMO to manage multiple closed sea with the same river mouth. - tested in a very idealised case. Still to do: - test it with eORCA025, eORCA1, ORCA2 (to see if the same namelist block works for various configuration with different lakes activated). Will be ready for the merge party.
comment:10 Changed 5 years ago by mathiot
In 11602:
comment:11 Changed 5 years ago by mathiot
In 11604:
comment:12 Changed 5 years ago by mathiot
In 11628:
comment:13 Changed 5 years ago by mathiot
In 11629:
comment:14 Changed 5 years ago by mathiot
In 11633:
comment:15 Changed 5 years ago by mathiot
In 11636:
comment:16 Changed 5 years ago by mathiot
In 11654:
comment:17 Changed 5 years ago by mathiot
In 11656:
comment:18 Changed 5 years ago by mathiot
In 11658:
comment:19 Changed 5 years ago by mathiot
In 11659:
comment:20 Changed 5 years ago by cetlod
- branch_review changed from failed to pending
comment:21 Changed 5 years ago by cetlod
- branch_review changed from pending to passed
- mp_status changed from no to yes
comment:22 Changed 5 years ago by mathiot
- Resolution set to fixed
- Status changed from assigned to closed
Branch ENHANCE-03_domcfg merged into tools_MERGE_2019
Branch ENHANCE-03_closea merged into dev_r11943_MERGE_OPTION2_2019
In 11129: