/[MITgcm]/MITgcm/pkg/diagnostics
ViewVC logotype

Index of /MITgcm/pkg/diagnostics

Files shown:48
Sticky Tag:


File Rev. Age Author Last log entry
 Parent Directory        
DIAGNOSTICS.h View Revision Graph  1.13  17 years  jmc   Implement periodic averaging diagnostics (e.g., mean seasonal cycle, mean diurn…
DIAGNOSTICS_SIZE.h View Revision Graph  1.4  18 years  jmc   add options and parameters for regional-statistics diagnostics
DIAGSTATS_REGIONS.h View Revision Graph  1.2  18 years  jmc   change names ("set" replace "level" for the region-mask array) that were confus…
DIAG_OPTIONS.h View Revision Graph  1.5  18 years  jmc   add options and parameters for regional-statistics diagnostics
diag_vegtile_fill.F View Revision Graph  1.7  18 years  jmc   add Stat-Diag filling ; give the right mean value, but min.max & std-dev are a …
diagnostics_ad.flow View Revision Graph  1.7  17 years  heimbach   o change flow dirs to ensure diagnostics_init_varia is part of mdinitialise_va…
diagnostics_add2list.F View Revision Graph  1.5  17 years  jmc   clean-up multi-threaded problems (reported by debugger tcheck on ACES)
diagnostics_check.F View Revision Graph  1.6  18 years  jmc   remove unused variables (reduces number of compiler warning)
diagnostics_clear.F View Revision Graph  1.2  17 years  jmc   Implement periodic averaging diagnostics (e.g., mean seasonal cycle, mean diurn…
diagnostics_fill.F View Revision Graph  1.13  17 years  jmc   safer in multi-threaded environment
diagnostics_fill_field.F View Revision Graph  1.4  18 years  jmc   add option to fill a squared diagnostics directly.
diagnostics_fill_state.F View Revision Graph  1.33  17 years  jmc   rename some diagnostics: s/'PRESSURE'/'RCENTER '/g s/'TICE '/'oceFreez'/g s/'…
diagnostics_fract_fill.F View Revision Graph  1.4  17 years  jmc   safer in multi-threaded environment
diagnostics_init_early.F View Revision Graph  1.12  17 years  jmc   fix for multi-threaded run.
diagnostics_init_fixed.F View Revision Graph  1.6  17 years  heimbach   o change flow dirs to ensure diagnostics_init_varia is part of mdinitialise_va…
diagnostics_init_varia.F View Revision Graph  1.11  17 years  heimbach   o change flow dirs to ensure diagnostics_init_varia is part of mdinitialise_va…
diagnostics_interp_vert.F View Revision Graph  1.6  17 years  jmc   rename some diagnostics: s/'PRESSURE'/'RCENTER '/g s/'TICE '/'oceFreez'/g s/'…
diagnostics_is_on.F View Revision Graph  1.4  17 years  jmc   clean-up multi-threaded problems (reported by debugger tcheck on ACES)
diagnostics_list_check.F View Revision Graph  1.1  17 years  jmc   new S/R: check for retired (or renamed) diagnostics.
diagnostics_main_init.F View Revision Graph  1.29  17 years  jmc   add diagnostics: atmPload,sIceLoad,oceQnet,oceFWflx,oceSflux,surForcT & surForcS…
diagnostics_out.F View Revision Graph  1.29  17 years  jmc   Implement periodic averaging diagnostics (e.g., mean seasonal cycle, mean diurn…
diagnostics_read_pickup.F View Revision Graph  1.4  18 years  jmc   get warnings when I compile this S/R because something is not right in the typ…
diagnostics_readparms.F View Revision Graph  1.18  17 years  jmc   Implement periodic averaging diagnostics (e.g., mean seasonal cycle, mean diurn…
diagnostics_scale_fill.F View Revision Graph  1.4  17 years  jmc   safer in multi-threaded environment
diagnostics_set_levels.F View Revision Graph  1.11  17 years  heimbach   o Only output 1st level of AREA, HEFF, etc. fields (reserve 'I' option in diag…
diagnostics_set_pointers.F View Revision Graph  1.7  17 years  jmc   new S/R: check for retired (or renamed) diagnostics.
diagnostics_setdiag.F View Revision Graph  1.4  17 years  jmc   Implement periodic averaging diagnostics (e.g., mean seasonal cycle, mean diurn…
diagnostics_setunits.F View Revision Graph  1.8  18 years  jmc   put #include "EEPARAMS.h" first (to get MAX_LEN_FNAM defined for other included…
diagnostics_summary.F View Revision Graph  1.4  17 years  jmc   Implement periodic averaging diagnostics (e.g., mean seasonal cycle, mean diurn…
diagnostics_switch_onoff.F View Revision Graph  1.14  17 years  jmc   Implement periodic averaging diagnostics (e.g., mean seasonal cycle, mean diurn…
diagnostics_utils.F View Revision Graph  1.23  17 years  jmc   add a small function to make a diagnostics title from several pieces
diagnostics_write.F View Revision Graph  1.29  17 years  jmc   Implement periodic averaging diagnostics (e.g., mean seasonal cycle, mean diurn…
diagnostics_write_pickup.F View Revision Graph  1.8  18 years  edhill   o fix mnc checkpoint writing problem reported by Baylor -- now works correct…
diagstats_ascii_out.F View Revision Graph  1.4  18 years  jmc   minor changes in (ASCII) DiagStats output files.
diagstats_calc.F View Revision Graph  1.1  18 years  jmc   - split diagstats_local.F file in 3 ; - compute statistics for each selected reg…
diagstats_clear.F View Revision Graph  1.2  18 years  jmc   change pointers so that 1 diag. can be used several times (with # freq.)
diagstats_close_io.F View Revision Graph  1.1  18 years  jmc   Add new capability: compute & write Global/Regional & per level statistics
diagstats_fill.F View Revision Graph  1.3  18 years  jmc   add option to fill a squared diagnostics directly
diagstats_global.F View Revision Graph  1.3  18 years  jmc   refine cases where WARNING is issued for an empty diagnostics.
diagstats_ini_io.F View Revision Graph  1.3  18 years  jmc   minor changes in (ASCII) DiagStats output files.
diagstats_local.F View Revision Graph  1.6  18 years  jmc   - split diagstats_local.F file in 3 ; - compute statistics for each selected reg…
diagstats_mnc_out.F View Revision Graph  1.7  18 years  jmc   always write double-precision to file (fix for the case where fflags is no set) …
diagstats_others_calc.F View Revision Graph  1.1  18 years  jmc   - split diagstats_local.F file in 3 ; - compute statistics for each selected reg…
diagstats_output.F View Revision Graph  1.7  18 years  molod   Add ifdef mnc sequence around the if sequence for the mnc output call
diagstats_set_pointers.F View Revision Graph  1.5  17 years  jmc   new S/R: check for retired (or renamed) diagnostics.
diagstats_set_regions.F View Revision Graph  1.4  17 years  jmc   clean-up multi-threaded problems (reported by debugger tcheck on ACES)
diagstats_setdiag.F View Revision Graph  1.2  18 years  jmc   change pointers so that 1 diag. can be used several times (with # freq.)
prestopres.F View Revision Graph  1.3  18 years  molod   change arg list to prestopres, put cpp options in prestopres to use macros

  ViewVC Help
Powered by ViewVC 1.1.22