/[MITgcm]/MITgcm/pkg/seaice
ViewVC logotype

Index of /MITgcm/pkg/seaice

Files shown:66
Sticky Tag:


File (rev) Rev. Age Author Last log entry
 Parent Directory        
seaice_write_pickup.F View Revision Graph  1.7  12 years  jmc   in MDS_WR_METAFILES calls, replace "myTime" by a local copy into array of length…
seaice_turnoff_io.F View Revision Graph  1.1  14 years  jmc   new S/R to turn off some of the seaice output flags.
seaice_tracer_phys.F View Revision Graph  1.3  13 years  gforget   - added diagnostics for seaice genereic tracers (SItr*). - added SItrUnit and S…
seaice_summary.F View Revision Graph  1.34  13 years  ifenty   Minor changes to seaice package. 1) Retired old variables (A22, SEAICE_lhsublim…
seaice_solve4temp.F View Revision Graph  1.16  12 years  ifenty   seaice package/sublimation treatment: added a cap on the latent heat flux over…
seaice_readparms.F View Revision Graph  1.99  13 years  ifenty   Minor changes to seaice package. 1) Retired old variables (A22, SEAICE_lhsublim…
seaice_read_pickup.F View Revision Graph  1.10  13 years  ifenty   Renaming of compile time flag SEAICE_SALINITY to SEAICE_VARIABLE_SALINITY and SE…
seaice_output.F View Revision Graph  1.9  13 years  ifenty   Renaming of compile time flag SEAICE_SALINITY to SEAICE_VARIABLE_SALINITY and SE…
seaice_ocean_stress.F View Revision Graph  1.29  13 years  mlosch   forgot to add a comment explaining this absolutely absurd code change
seaice_obcs_output.F View Revision Graph  1.2  13 years  jmc   split "OBCS.h" into 4 separated header files (OBCS_PARAMS,GRID,FIELDS,SEAICE)
seaice_monitor_ad.F View Revision Graph  1.2  13 years  heimbach   Add missing ifdef following a record-breaking 15 failed testreports ;)
seaice_monitor.F View Revision Graph  1.24  13 years  ifenty   Renaming of compile time flag SEAICE_SALINITY to SEAICE_VARIABLE_SALINITY and SE…
seaice_model.F View Revision Graph  1.89  13 years  gforget   - introducing ALLOW_SITRACER and seaice_tracer_phys.F to handle generic seaice …
seaice_mnc_init.F View Revision Graph  1.6  16 years  mlosch   correct units of EmPmR to kg/m^2/s
seaice_map_thsice.F View Revision Graph  1.3  12 years  heimbach   More store modifs (currently no impact
seaice_lsr.F View Revision Graph  1.61  13 years  jmc   - refine debugLevel criteria when printing messages - print ilcall in DEBUG_STAT…
seaice_init_varia.F View Revision Graph  1.61  13 years  gforget   - seaice_tracer_phys.F and seaice_advdiff.F do ice cover tracers, in addition…
seaice_init_fixed.F View Revision Graph  1.8  14 years  jmc   avoid unbalanced quote (single or double) in commented line
seaice_growth.F View Revision Graph  1.140  12 years  mlosch   small changes that permit vectorizable adjoint code. In general statements like …
seaice_get_dynforcing.F View Revision Graph  1.10  13 years  jmc   avoid un-used variables (placed within proper #ifdef)
seaice_freedrift.F View Revision Graph  1.3  13 years  jmc   apply masks on Free-Drift ice-velocity (like what is done in seaice_evp and sea…
seaice_evp.F View Revision Graph  1.37  13 years  heimbach   Start a seaice tracer-like code but for now confinded to ice age
seaice_dynsolver.F View Revision Graph  1.43  13 years  gforget   - reduce memory footprint of seaice mutldim advection tapes. - move lsr iteratio…
seaice_diffusion.F View Revision Graph  1.8  13 years  gforget   - seaice_diffusion.F : remove the min(DX,DY) factor permanently; pass the Lap…
seaice_diagnostics_state.F View Revision Graph  1.22  13 years  gforget   - added diagnostics for seaice genereic tracers (SItr*). - added SItrUnit and S…
seaice_diagnostics_init.F View Revision Graph  1.30  12 years  ifenty   seaice package/sublimation treatment: added a cap on the latent heat flux over…
seaice_description.tex View Revision Graph  1.3  18 years  cnh   Making short description for seaice package
seaice_ctrl_map_ini.F View Revision Graph  1.5  14 years  mlosch   third step of cleaning up the 3-time levels of UICE,VICE,HEFF,AREA: ad-related c…
seaice_cost_weights.F View Revision Graph  1.6  14 years  jmc   use type specific (RL or RS) S/R from rw pkg instead of calling old S/R MDSREAD…
seaice_cost_sst.F View Revision Graph  1.5  14 years  heimbach   More ifdef oops.
seaice_cost_sss.F View Revision Graph  1.5  14 years  heimbach   More ifdef oops.
seaice_cost_sensi.F View Revision Graph  1.2  14 years  heimbach   Update/merge from older version.
seaice_cost_init_varia.F View Revision Graph  1.6  14 years  jmc   fix typo in imax definition
seaice_cost_init_fixed.F View Revision Graph  1.5  14 years  mlosch   catch the case of an empty filename
seaice_cost_final.F View Revision Graph  1.14  14 years  heimbach   o Adding I. Fenty seaice cost extensions (after minor cleanup) - smrsst, smrss…
seaice_cost_export.F View Revision Graph  1.4  14 years  jmc   avoid unbalanced quote (single or double) in commented line
seaice_cost_driver.F View Revision Graph  1.11  14 years  heimbach   Merge/update IF seaice_cost routines.
seaice_cost_concentration.F View Revision Graph  1.6  14 years  jmc   add missing "_d 0"
seaice_cost_areasst.F View Revision Graph  1.3  13 years  jmc   remove tabs
seaice_cost_accumulate_mean.F View Revision Graph  1.6  14 years  jmc   add missing "_d 0"
seaice_check_pickup.F View Revision Graph  1.4  13 years  jmc   avoid un-used variables (placed within proper #ifdef)
seaice_check.F View Revision Graph  1.48  13 years  ifenty   Minor changes to seaice package. 1) Retired old variables (A22, SEAICE_lhsublim…
seaice_calc_viscosities.F View Revision Graph  1.12  14 years  mlosch   - change seaice_calc_viscosities/strainraties for better vectorization after AD…
seaice_calc_strainrates.F View Revision Graph  1.17  13 years  mlosch   remove SEAICE_OLD_AND_BAD_DISCRETIZATION-code, add a test to seaice_check that s…
seaice_budget_ocean.F View Revision Graph  1.11  13 years  mlosch   - replace irritating parameters SEAICE_latentWater/Ice and SEAICE_sensHeat …
seaice_advection.F View Revision Graph  1.29  12 years  jmc   avoid un-used variables
seaice_advdiff.F View Revision Graph  1.53  12 years  gforget   - bug fix : an occurence of areaMin was not removed.
seaice_ad_dump.F View Revision Graph  1.6  14 years  jmc   use type specific (RL or RS) S/R from rw pkg instead of calling old S/R MDSREAD…
seaice_ad_diff.list View Revision Graph  1.31  13 years  jmc   remove seaice_check.f & seaice_readparms.f (similar to seaice_init_fixed): not …
seaice_ad_check_lev4_dir.h View Revision Graph  1.13  13 years  gforget   o model/src, pkg/autodiff, pkg/ecco, pkg/seaice: alleviate the need for additio…
seaice_ad_check_lev3_dir.h View Revision Graph  1.16  13 years  gforget   o model/src, pkg/autodiff, pkg/ecco, pkg/seaice: alleviate the need for additio…
seaice_ad_check_lev2_dir.h View Revision Graph  1.15  13 years  gforget   o model/src, pkg/autodiff, pkg/ecco, pkg/seaice: alleviate the need for additio…
seaice_ad_check_lev1_dir.h View Revision Graph  1.27  13 years  ifenty   Renaming of compile time flag SEAICE_SALINITY to SEAICE_VARIABLE_SALINITY and SE…
ostres.F View Revision Graph  1.23  13 years  mlosch   remove commented lines
lsr.F View Revision Graph  1.29  13 years  jmc   refine debugLevel criteria when printing messages
dynsolver.F View Revision Graph  1.37  14 years  mlosch   make maximum zeta a runtime parameter
diffus.F View Revision Graph  1.17  13 years  jmc   - simplify S/R DIFFUS (put deltaT & DIFF1 factor outside, move EXCH outside) t…
cost_ice_test.F View Revision Graph  1.10  14 years  jmc   add missing "_d 0"
advect.F View Revision Graph  1.28  13 years  jmc   - simplify S/R DIFFUS (put deltaT & DIFF1 factor outside, move EXCH outside) t…
SEAICE_TRACER.h View Revision Graph  1.5  13 years  jmc   avoid unbalance single quote
SEAICE_TAVE.h View Revision Graph  1.1  14 years  jmc   - rename: SEAICE_DIAGS.h --> SEAICE_TAVE.h - use simpler (no level index) cumula…
SEAICE_SIZE.h View Revision Graph  1.2  13 years  gforget   - introducing ALLOW_SITRACER and seaice_tracer_phys.F to handle generic seaice …
SEAICE_PARAMS.h View Revision Graph  1.75  13 years  ifenty   Minor changes to seaice package. 1) Retired old variables (A22, SEAICE_lhsublim…
SEAICE_OPTIONS.h View Revision Graph  1.51  13 years  gforget   - generic seaice tracer CPP options (ALLOW_SITRACER & ALLOW_SITRACER_ADVCAP). …
SEAICE_COST.h View Revision Graph  1.4  14 years  heimbach   o Adding I. Fenty seaice cost extensions (after minor cleanup) - smrsst, smrss…
SEAICE.h View Revision Graph  1.57  13 years  ifenty   Renaming of compile time flag SEAICE_SALINITY to SEAICE_VARIABLE_SALINITY and SE…

  ViewVC Help
Powered by ViewVC 1.1.22