Opened 6 years ago
Closed 5 years ago
#1975 closed Enhancement (fixed)
Add test cases in SETTE list of tests (to be sure to update all MY_SRC routines during merge)
Reported by: | flavoni | Owned by: | flavoni |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | env | Version: | trunk |
Severity: | minor | Keywords: | |
Cc: |
Description
Context
...
Proposal
...
Commit History (2)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
9269 | flavoni | 2018-01-19T16:45:39+01:00 | |
9268 | flavoni | 2018-01-19T16:33:21+01:00 | #1975: start testing TEST CASES with sette_test-cases.sh scripts |
Change History (6)
comment:1 Changed 5 years ago by flavoni
comment:2 Changed 5 years ago by flavoni
changeset 9268
I start to test TEST_CASES: run with 1 processor, test of restartability, and run with test cases all available possibility of Advection scheme, vector form & flux form, various vertical coordinates, etc...
To test all combination it is necessary to commit in EXP00 all namelists, because the sette_test-cases.sh script looking for "namelist-xxx_cfg" in EXP00.
An example of possible namelists is given in TEST_CASES/OVERFLOW directory:
to test zps vs sco:
namelist_zps_FCT4_flux_ubs_cfg
namelist_sco_FCT2_flux_ubs_cfg
to test FCT4 vs FC2
namelist_zps_FCT4_flux_ubs_cfg
namelist_zps_FCT2_flux_ubs_cfg
etc...
namelist_zps_FCT4_vect_een_cfg
namelist_sco_FCT2_flux_cen-ahm1000_cfg
namelist_sco_FCT4_flux_cen-ahm1000_cfg
namelist_sco_FCT2_flux_ubs_ahm100_cfg
comment:3 Changed 5 years ago by flavoni
In 9269:
comment:4 Changed 5 years ago by nicolasmartin
- Owner set to flavoni
- Status changed from new to assigned
comment:5 Changed 5 years ago by flavoni
already done in dev_merge_2017,
nothing to do.
comment:6 Changed 5 years ago by flavoni
- Resolution set to fixed
- Status changed from assigned to closed
In 9268: