#2489 closed Task (fixed)
General routine for light vertical penetration
Reported by: | lovato | Owned by: | lovato |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | TOP | Version: | trunk |
Severity: | minor | Keywords: | 2020 WP IMMERSE TOP |
Cc: |
Description
Workplan action
Wikipage: wiki:2020WP/TOP-04_lovato_IMMERSE_BGC_interface
Implement a common interface to handle the propagation of visible light within the water column layers (related to IMMERSE project Task 5.2)
Commit History (6)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
14964 | lovato | 2021-06-09T18:47:29+02:00 | add missing namelist from #2489 |
14558 | lovato | 2021-03-01T14:27:38+01:00 | include TOP optical module (#2489) |
14421 | lovato | 2021-02-09T17:28:43+01:00 | add trcopt diag fields to SHARED nemo xml (ticket #2489) |
14415 | lovato | 2021-02-06T14:04:27+01:00 | trcopt revised computation of light at different location (ticket #2489) |
14362 | lovato | 2021-01-31T18:35:29+01:00 | trcopt reference version for reference light at top level (#2489) |
13107 | lovato | 2020-06-12T20:34:30+02:00 | add trcopt.F90 containing generalized module for vertical light propagation (ticket #2489) |
Change History (10)
comment:1 Changed 3 years ago by lovato
comment:2 Changed 3 years ago by lovato
In 14362:
comment:3 Changed 3 years ago by lovato
In 14415:
comment:4 Changed 3 years ago by lovato
In 14421:
comment:5 Changed 3 years ago by lovato
Following the ST discussion of 2021-02-25, only the code for the optical module for TOP will be merged in the trunk, while the inclusion of namelist modifications will occur in the next NEMO merge.
However, the new module is ready for use and only need to be explicitly called by BGC coupled model in order to be used, following the code changes documented in the associated wiki page
comment:6 Changed 3 years ago by lovato
In 14558:
comment:7 Changed 3 years ago by nemo
- Milestone changed from IMMERSE 2020 to Unscheduled
comment:8 Changed 2 years ago by lovato
In 14964:
comment:9 Changed 2 years ago by lovato
- branch_review changed from pending to passed
- Resolution set to fixed
- Status changed from new to closed
- wp_comment changed from Initiated to Completed
This activity was completed with the inclusion of missing namelist in the code at r14964
Here below the sette report before committing changes
Current code is : NEMO/trunk @ r14961 ( last change @ r14961 ) SETTE validation report generated for : NEMO/trunk @ r14961+ (last changed revision) on X64_ZEUS arch file !!---------------1st pass------------------!! !----restart----! WGYRE_PISCES_ST run.stat restartability passed : 14961+ WGYRE_PISCES_ST tracer.stat restartability passed : 14961+ WORCA2_ICE_PISCES_ST run.stat restartability passed : 14961+ WORCA2_ICE_PISCES_ST tracer.stat restartability passed : 14961+ WORCA2_OFF_PISCES_ST tracer.stat restartability passed : 14961+ WAMM12_ST run.stat restartability passed : 14961+ WORCA2_SAS_ICE_ST run.stat restartability passed : 14961+ WAGRIF_DEMO_ST run.stat restartability passed : 14961+ WWED025_ST run.stat restartability passed : 14961+ WISOMIP+_ST run.stat restartability passed : 14961+ WOVERFLOW_ST run.stat restartability passed : 14961+ WLOCK_EXCHANGE_ST run.stat restartability passed : 14961+ WVORTEX_ST run.stat restartability passed : 14961+ WICE_AGRIF_ST run.stat restartability passed : 14961+ WSWG_ST directory MISSING : 14961+ !----repro----! WGYRE_PISCES_ST run.stat reproducibility passed : 14961+ WGYRE_PISCES_ST tracer.stat reproducibility passed : 14961+ WORCA2_ICE_PISCES_ST run.stat reproducibility passed : 14961+ WORCA2_ICE_PISCES_ST tracer.stat reproducibility passed : 14961+ WORCA2_OFF_PISCES_ST tracer.stat reproducibility passed : 14961+ WAMM12_ST run.stat reproducibility passed : 14961+ WORCA2_SAS_ICE_ST run.stat reproducibility passed : 14961+ WORCA2_ICE_OBS_ST run.stat reproducibility passed : 14961+ WAGRIF_DEMO_ST run.stat reproducibility passed : 14961+ WWED025_ST run.stat reproducibility passed : 14961+ WISOMIP+_ST run.stat reproducibility passed : 14961+ WVORTEX_ST run.stat reproducibility passed : 14961+ WICE_AGRIF_ST run.stat reproducibility passed : 14961+ WSWG_ST directory MISSING : 14961+ !----agrif check----! ORCA2 AGRIF vs ORCA2 NOAGRIF run.stat unchanged - passed : 14961+ 14961+
comment:10 Changed 22 months ago by nemo
- Keywords 2020 WP added; 2020WP removed
In 13107: