Changes between Version 9 and Version 10 of 2020WP/TOP-04_lovato_IMMERSE_BGC_interface
- Timestamp:
- 2021-02-09T16:31:50+01:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
2020WP/TOP-04_lovato_IMMERSE_BGC_interface
v9 v10 67 67 68 68 == Tests 69 {{{ #!box width=50em 70 Here below the development details: 71 - [http://forge.ipsl.jussieu.fr/nemo/browser/NEMO/branches/2020/dev_r12985_TOP-04_IMMERSE_BGC_interface/src/TOP/trcopt.F90 trcopt.F90] module created within src/TOP folder 72 - add to {{{namelist_top_ref}}} specific namelist [http://forge.ipsl.jussieu.fr/nemo/browser/NEMO/branches/2020/dev_r12985_TOP-04_IMMERSE_BGC_interface/cfgs/SHARED/namelist_top_ref#L102 nam__trcopt] 73 74 The module allows to select the type of light computation to be passed to BGC coupled models by setting the {{{light_loc}}} option to \\ 75 -'center', light in the middle of the water cell \\ 76 -'integral', light integrated over the water cell thickness 77 78 In this case SETTE tests won’t provide adequate info as the module needs to be plugged, so testing was carried out by applying MY_SRC modifications to a new configuration based on ORCA2_ICE_PISCES to evaluate the module outcomes wrt existing code. 79 The following changes were applied to two files: 80 81 82 Here attached also a .tgz archive with new configuration to enable further verification. 83 84 }}} 69 85 70 86 {{{#!box width=50em info