Changes between Version 2 and Version 3 of 2014WP/2016_SystemSimplification_hard_coding
- Timestamp:
- 2016-06-12T17:14:43+02:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
2014WP/2016_SystemSimplification_hard_coding
v2 v3 17 17 '''closea.F90''' : 18 18 19 suppress closed seas in forced mode (typically Caspian Sea, Azov Sea…)[[BR]] or balance their fresh water budget in coupled mode …[[BR]] ''' ===>>> How to deal with that ?'''idea user_defined module for close.F9019 suppress closed seas in forced mode (typically Caspian Sea, Azov Sea…)[[BR]] or balance their fresh water budget in coupled mode …[[BR]] ''' ===>>> How to deal with that ?''' idea user_defined module for close.F90 20 20 21 21 [[BR]]'''diafwb.F90''' : 22 22 23 only diagnostics of the global fresh water budget and of transport of mass salt and heat in some straits:[[BR]] Gibraltar, Red Sea, Baltic Sea etc. for ORCA 4°, 2° & 1°[[BR]] ''' ===>>> module to be suppress '''idea user_defined module for that23 only diagnostics of the global fresh water budget and of transport of mass salt and heat in some straits:[[BR]] Gibraltar, Red Sea, Baltic Sea etc. for ORCA 4°, 2° & 1°[[BR]] ''' ===>>> module to be suppress ''' idea user_defined module for that 24 24 25 25 [[BR]]'''diaptr.F90''' : 26 26 27 Computes meridional transports and zonal means (of heat salt velocities). [[BR]] Inefficient on MPP as require global communication. Better to compute off line. [[BR]] Suppress the module and add the output of the vertical average of u.T , v.T , u.S, v.S [[BR]] from which exact poleward heat transport can be computed…[[BR]] ''' ===>>> module to be suppress (?) '''discussion still open as in ESM, they want those diags directly in the output...27 Computes meridional transports and zonal means (of heat salt velocities). [[BR]] Inefficient on MPP as require global communication. Better to compute off line. [[BR]] Suppress the module and add the output of the vertical average of u.T , v.T , u.S, v.S [[BR]] from which exact poleward heat transport can be computed…[[BR]] ''' ===>>> module to be suppress (?) ''' discussion still open as in ESM, they want those diags directly in the output... 28 28 29 29 [[BR]]'''dommsk.F90''' : 30 30 31 hard coded increase of lateral friction at the coast in some straits. [[BR]] Add usrdef_fmask, called in dommsk.F90, which modified fmask following user desires. [[BR]] ''' DONE in ''' [https://forge.ipsl.jussieu.fr/nemo/browser/branches/2016/dev_r6409_SIMPLIF_2_usrdef 2016/dev_r6409_SIMPLIF_2_usrdef]31 hard coded increase of lateral friction at the coast in some straits. [[BR]] Add usrdef_fmask, called in dommsk.F90, which modified fmask following user desires (Default ORCA1 or 2 cases, no alteration otherwise). [[BR]] ''' DONE in ''' [https://forge.ipsl.jussieu.fr/nemo/browser/branches/2016/dev_r6409_SIMPLIF_2_usrdef 2016/dev_r6409_SIMPLIF_2_usrdef] 32 32 33 33 '''dtatsd, dtauvd.F90''' : 34 34 35 in ORCA_R2 case, some hand made alterations in Red and Med Seas as well as changes associated with cross-land advection. [[BR]] Can be removed. If someone wants similar things, he has to modify the T-S data file.[[BR]] '''===>>> remove hard coded part'''35 in ORCA_R2 case, some hand made alterations in Red and Med Seas as well as changes associated with cross-land advection. [[BR]] Can be removed. If someone wants similar things, he has to modify the T-S data file.[[BR]] ''' ===>>> remove hard coded part''' 36 36 37 37 [[BR]]'''istate.F90''' : 38 38 39 analytical initial state for EEL and GYRE[[BR]] '''===>>> to be kept util USER defined modules are introduced'''39 analytical initial state for EEL and GYRE[[BR]] ''' ===>>> to be kept util USER defined modules are introduced''' 40 40 41 41 '''p4zsbc.F90''' : 42 42 43 hard coded enhance coastal supply of iron for ORCA2. [[BR]] Since a file is provided that can contains the specificity of ORCA 2°[[BR]] '''===>>> remove hard coded part'''43 hard coded enhance coastal supply of iron for ORCA2. [[BR]] Since a file is provided that can contains the specificity of ORCA 2°[[BR]] ''' ===>>> remove hard coded part''' 44 44 45 45 '''trabbl.F90''' : 46 46 47 ORCA 4° & 2°, regional enhancement of ah_bbl [[BR]] ===>>> to be suppress [[BR]] ''' DONE in ''' 2015/dev_r5721_CNRS9_NOC3_ZDF '''but not incorporate in the 2015 merge '''47 ORCA 4° & 2°, regional enhancement of ah_bbl [[BR]] ===>>> to be suppress [[BR]] ''' DONE in ''' 2015/dev_r5721_CNRS9_NOC3_ZDF ''' but not incorporate in the 2015 merge ''' 48 48 49 49 '''trcdmp.F90''' : 50 50 51 hard coded definition of damping in closed seas for ORCA 2°, 1°, 0.5°. [[BR]] ''' ===>>> Find a solution'''similar to what will be done for closed seas in OPA (close.F90)51 hard coded definition of damping in closed seas for ORCA 2°, 1°, 0.5°. [[BR]] ''' ===>>> Find a solution''' similar to what will be done for closed seas in OPA (close.F90)