#1456 closed Task (fixed)
2015 CMCC - 4: simplification tasks
Reported by: | diovino | Owned by: | diovino |
---|---|---|---|
Priority: | low | Milestone: | 2015 simplification |
Component: | OCE | Version: | trunk |
Severity: | Keywords: | ||
Cc: |
Description
CMCC simplification tasks: removal of obsolete features
Commit History (3)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
6051 | lovato | 2015-12-15T10:46:14+01:00 | Merge branches/2015/dev_r5056_CMCC4_simplification (see ticket #1456) |
5282 | diovino | 2015-05-18T17:19:50+02:00 | Dev. branch CMCC4_simplification ticket #1456 |
5281 | diovino | 2015-05-18T16:26:13+02:00 | Dev. Branch CMCC-4 ticket #1456 |
Change History (5)
comment:1 Changed 10 years ago by diovino
comment:2 Changed 9 years ago by diovino
Second Minor Revision
- OPA_SRC/DIA/diaharm.F90 (commented-out ifdefs removed)
- TOP_SRC/TRP/trdmxl_trc.F90 (commented-out ifdefs removed)
- OPA_SRC/SBC/sbcice_cice.F90 (typo removed)
- OPA_SRC/LBC/lib_mpp.F90 (default values for printing IO information in ctl_opn() restored)
- TOP_SRC/TRP/trcnxt.F90 (tab-space at line 135 removed)
- SETTE/sette.sh (default cluster option restored)
- SETTE/sette_xios.sh (default cluster option restored)
comment:3 Changed 9 years ago by diovino
Third Minor Revision
expression zdt=rdt removed, rdt is used instead in
- OPA_SRC/DIA/diaptr.F90
- OPA_SRC/DIA/diawri.F90
- SAS_SRC/diawri.F90
- TOP_SRC/trcdia.F90
expression zdt=p2dt removed, p2dt is used in
- OPA_SRC/TRA/traadv_muscl.F90
- OPA_SRC/TRA/traadv_muscl2.F90
- OPA_SRC/TRA/traadv_qck.F90
expression z2dtt=p2dt removed, p2dt is used in
- OPA_SRC/TRA/traadv_tvd.F90
- OPA_SRC/TRA/traadv_ubs.F90
comment:4 Changed 7 years ago by lovato
- Resolution set to fixed
- Status changed from new to closed
Changes related to this ticket were included in the code during 2016 Merge Party.
comment:5 Changed 7 years ago by nemo
- Type changed from Development to Task
Remove 'Development' type
Note: See
TracTickets for help on using
tickets.
Neptune effect
Neptune effect removed from namelist and NEMO code
( subroutines dyn_nept_init, dyn_nept_smooth_vel, dynnept_alloc,dyn_nept_cor, dyn_nept_smooth_vel, dyn_nept_vel and dyn_nept_div_cur_init deleted)
Cross-land advection
Cross-land advection removed form namelist and NEMO code
Smagorinsky corrections
Smagorinsky viscosity and diffusivity suppressed
( subroutines ldf_dyn_smag,ldf_tra_smag deleted)
Acceleration of convergence
Vertical time-steps
Tracer time/step
Passive Tracer time/step
DIMG format
DIMG format is removed from namelist and NEMO code. Following files are removed:
iom_ioipsl module
module iom_ioipsl removed and file iom_ioipsl.F90 suppressed
(subroutines iom_ioipsl_open, iom_ioipsl_close, iom_ioipsl_varid, iom_ioipsl_get,
iom_ioipsl_gettime, iom_ioipsl_rstput deleted)
bug fixed ticket #1374
modifications in diaar5.f90
Testing
Bit Comparability
System Changes
IPR issues