/[MITgcm]/MITgcm/verification/testscript
ViewVC logotype

Log of /MITgcm/verification/testscript

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (annotate)
Links to release1: (view) (download) (annotate)
Sticky Tag:

Revision 1.19.2.2 - (view) (download) (annotate) - [select for diffs]
Thu Dec 5 08:06:18 2002 UTC (21 years, 3 months ago) by dimitri
Branch: release1
CVS Tags: release1_p10, release1_p11, release1_p12, release1_p12_pre, release1_p13, release1_p13_pre, release1_p14, release1_p15, release1_p16, release1_p17, release1_p9
Branch point for: release1_50yr
Changes since 1.19.2.1: +28 -0 lines
Diff to previous 1.19.2.1 , to branch point 1.19 , to next main 1.30 , to selected 1.14
release1_p9
o pkg/seaice
  - removed GOTO's and added taf directives
  - double precision constants to reduce the g77 (Linux)
    to F77 (SGI) differences reported in release1_p8
o tools/genmake
  - added SGI options
o verification/testscript
  - updated to that of checkpoint47a_post
o verification/global_ocean.90x40x15/input/eedata
  - modified for SGI f77 compatibility
o verification/lab_sea
  - added description of sea-ice model
  - added missing matlab routines
  - added test of thermodynamics parallelization
Modified Files:
 Tag: release1
   doc/tag-index pkg/seaice/SEAICE_FFIELDS.h
   pkg/seaice/SEAICE_PARAMS.h pkg/seaice/adi.F
   pkg/seaice/advect.F pkg/seaice/budget.F pkg/seaice/diffus.F
   pkg/seaice/dynsolver.F pkg/seaice/groatb.F pkg/seaice/growth.F
   pkg/seaice/lsr.F pkg/seaice/ostres.F
   pkg/seaice/seaice_do_diags.F pkg/seaice/seaice_get_forcing.F
   pkg/seaice/seaice_init.F pkg/seaice/seaice_model.F
   pkg/seaice/seaice_readparms.F tools/genmake
   verification/testscript
   verification/global_ocean.90x40x15/input/eedata
   verification/lab_sea/README
   verification/lab_sea/code/CPP_EEOPTIONS.h
   verification/lab_sea/code/CPP_EEOPTIONS_MPI.h
   verification/lab_sea/code/CPP_OPTIONS.h
   verification/lab_sea/code/SIZE.h
   verification/lab_sea/code/SIZE_2x1.h
   verification/lab_sea/input/data
   verification/lab_sea/matlab/lookat_exp1.m
   verification/lab_sea/matlab/lookat_exp2.m
   verification/lab_sea/matlab/lookat_exp3.m
   verification/lab_sea/matlab/lookat_exp4.m
   verification/lab_sea/matlab/lookat_exp5.m
   verification/lab_sea/matlab/lookat_exp6.m
   verification/lab_sea/results/AREAtave.0000000010.data
   verification/lab_sea/results/HEFFtave.0000000010.data
   verification/lab_sea/results/UICEtave.0000000010.data
   verification/lab_sea/results/VICEtave.0000000010.data
   verification/lab_sea/results/output.txt
Added Files:
 Tag: release1
   verification/lab_sea/seaice.ps
   verification/lab_sea/matlab/lookat_exp7.m
   verification/lab_sea/matlab/mmax.m
   verification/lab_sea/matlab/mypcolor.m
   verification/lab_sea/matlab/myquiver.m
   verification/lab_sea/matlab/readbin.m
   verification/lab_sea/matlab/wysiwyg.m
Removed Files:
 Tag: release1
   verification/lab_sea/code/KPP_OPTIONS.h


Revision 1.19.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Feb 26 16:04:50 2002 UTC (22 years, 1 month ago) by adcroft
Branch: release1
CVS Tags: release1_chkpt44d_post, release1_p1, release1_p2, release1_p3, release1_p4, release1_p5, release1_p6, release1_p7, release1_p8
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 , to selected 1.14
Merging changes on MAIN between checkpoint43 and checkpoint43a-release1mods
Command: cvs -q update -jcheckpoint43 -jcheckpoint43a-release1mods -d -P

These changes are most of the changes between c43 and c44 except those
that occured after "12:45 11 Jan 2002". As far as I can tell it is
checkpoint43 with the following mods:

  o fix bug in mom_vi_del2uv
  o select when filters are applied ; add options to zonal_filter (data.zonfilt)  o gmredi: fix Pb in the adiabatic form ; add options (.e.g. Bolus advection)
  o update AIM experiments (NCEP input files)
  o improve and extend diagnostics (Monitor, TimeAve with NonLin-FrSurf)
  o added some stuff for AD
  o Jamar wet-points

This update does not contain the following mods that are in checkpoint44

  o bug fix in pkg/generic_advdiff/
    - thread related bug, bi,bj arguments in vertical advection routines
  o some changes to pkg/autodiff, pkg/cost, pkg/exf, pkg/ecco,
    verification/carbon and model/src/ related to adjoint
  o some new Matlab scripts for diagnosing model density
    - utils/matlab/dens_poly3.m and ini_poly3.m

The list of exclusions is accurate based on a "cvs diff". The list of
inclusions is based on the record in doc/tag-index which may not be complete.


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Sep 4 17:17:48 2001 UTC (22 years, 6 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint40, checkpoint40pre9, checkpoint41, checkpoint42, checkpoint43, release1_b1, release1_beta1
Branch point for: release1, release1_coupled
Changes since 1.18: +1 -1 lines
Diff to previous 1.18 , to selected 1.14
Silly thing on SUNs: echo -n Fred echo's "-n Fred". Duh.


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue Aug 21 15:51:17 2001 UTC (22 years, 7 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint40pre8
Changes since 1.17: +31 -9 lines
Diff to previous 1.17 , to selected 1.14
Added -force that does what -clean used to do: force a clean compile
Modified -clean to do waht PH wants: clean up after testing.


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Aug 21 15:21:10 2001 UTC (22 years, 7 months ago) by heimbach
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 , to selected 1.14
-clean option now cleans .../input/ directory not only before compiling
       but also *AFTER* running the model.


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Aug 17 16:43:42 2001 UTC (22 years, 7 months ago) by adcroft
Branch: MAIN
Changes since 1.15: +17 -10 lines
Diff to previous 1.15 , to selected 1.14
Updated -quick option to use make file dependancies.


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Aug 16 15:37:40 2001 UTC (22 years, 7 months ago) by adcroft
Branch: MAIN
Changes since 1.14: +8 -0 lines
Diff to previous 1.14
Added a little safety net.


Revision 1.14 - (view) (download) (annotate) - [selected]
Wed Aug 15 17:17:01 2001 UTC (22 years, 7 months ago) by adcroft
Branch: MAIN
Changes since 1.13: +3 -2 lines
Diff to previous 1.13
Since the model results are sensitive to small changes in the code
when compiling with the older g77, it seems safer to use the
-ffloat-store option when making tests.

testscript now calls genmake with the -ieee option by default.
To disable this, use testscript -noieee.

If changing between with and without -noieee, it is useful to
use -clean the first time you use testscript to forc a make clean.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Aug 14 18:29:43 2001 UTC (22 years, 7 months ago) by adcroft
Branch: MAIN
Changes since 1.12: +8 -1 lines
Diff to previous 1.12 , to selected 1.14
Added -ieee to defer the IEEE question...


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Aug 13 19:35:20 2001 UTC (22 years, 7 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint40pre7
Changes since 1.11: +5 -2 lines
Diff to previous 1.11 , to selected 1.14
Minor formatting thing.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Aug 10 18:18:52 2001 UTC (22 years, 7 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint40pre6
Changes since 1.10: +20 -7 lines
Diff to previous 1.10 , to selected 1.14
Slight change for /bin/sh on DEC's


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Aug 10 16:49:51 2001 UTC (22 years, 7 months ago) by adcroft
Branch: MAIN
Changes since 1.9: +29 -5 lines
Diff to previous 1.9 , to selected 1.14
Added -clean option to force complete rebuild
CHange -testmore to -longtest. Sounds better :)


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Aug 6 15:11:03 2001 UTC (22 years, 7 months ago) by adcroft
Branch: MAIN
Changes since 1.8: +10 -54 lines
Diff to previous 1.8 , to selected 1.14
Added -ieee flag to genmake (only affect Linux for now) to see if we can
pin-down this rediculous sensitivity of model to small changes in code.
Testscript uses -ieee by default.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Aug 3 20:18:40 2001 UTC (22 years, 7 months ago) by adcroft
Branch: MAIN
Changes since 1.7: +390 -174 lines
Diff to previous 1.7 , to selected 1.14
Finally moved over to /bin/sh


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Jun 29 18:28:44 2001 UTC (22 years, 9 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint40pre1, checkpoint40pre2, checkpoint40pre3, checkpoint40pre4, checkpoint40pre5
Changes since 1.6: +51 -51 lines
Diff to previous 1.6 , to selected 1.14
Across the board regeneration of results/output.txt
 o format of output differs
 o some numbers in some expts were inaccurate/out of date
 o now can test model using more than cg2d_init_res


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Jun 6 12:24:19 2001 UTC (22 years, 9 months ago) by adcroft
Branch: MAIN
Changes since 1.5: +3 -0 lines
Diff to previous 1.5 , to selected 1.14
Problems on new SUNs - need to unlimit everything.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Jun 5 14:35:46 2001 UTC (22 years, 9 months ago) by adcroft
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 , to selected 1.14
Annoying little thing about the SUN set-up; using csh -f


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed May 30 19:29:37 2001 UTC (22 years, 10 months ago) by adcroft
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 , to selected 1.14
Minor mod to testscript to facilitate avoiding *all* AIM expts
since they've been fucked up entirely. -skip=aim


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue May 29 14:01:41 2001 UTC (22 years, 10 months ago) by adcroft
Branch: MAIN
Changes since 1.2: +19 -5 lines
Diff to previous 1.2 , to selected 1.14
Merge from branch pre38:
 o essential mods for cubed sphere
 o debugged atmosphere, dynamcis + physics (aim)
 o new packages (mom_vecinv, mom_fluxform, ...)


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Mar 9 19:05:26 2001 UTC (23 years ago) by adcroft
Branch: MAIN
CVS Tags: c37_adj, checkpoint37, checkpoint38, checkpoint39
Branch point for: pre38
Changes since 1.1: +19 -9 lines
Diff to previous 1.1 , to selected 1.14
Beautified summary even more...


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Mar 9 17:56:37 2001 UTC (23 years ago) by adcroft
Branch: MAIN
Diff to selected 1.14
A script for running and comparing the verification experiments.
 - only works on experiments that conform to a certain "shape"
Use  ./testscript  to make the tests.
Use  ./testscript -clean  to clean-up afterwards.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.22