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

Index of /MITgcm/pkg/seaice

Files shown:66
Sticky Tag:


File Rev. Age Author Last log entry
 Parent Directory        
SEAICE.h View Revision Graph  1.63  13 years  heimbach   Merging JPLs o seaice AREA relaxation code o modified global mean cost imbalance…
SEAICE_COST.h View Revision Graph  1.4  15 years  heimbach   o Adding I. Fenty seaice cost extensions (after minor cleanup) - smrsst, smrss…
SEAICE_OPTIONS.h View Revision Graph  1.64  13 years  jmc   - switch both SEAICE_GROWTH_LEGACY & SEAICE_DISABLE_HEATCONSFIX to #undef ; - up…
SEAICE_PARAMS.h View Revision Graph  1.95  12 years  mlosch   add "multicategory" parameterization for snow in analogy to ice, default is off …
SEAICE_SIZE.h View Revision Graph  1.5  13 years  jmc   move MULTDIM declaration and setting from SEAICE.h to SEAICE_SIZE.h
SEAICE_TAVE.h View Revision Graph  1.1  15 years  jmc   - rename: SEAICE_DIAGS.h --> SEAICE_TAVE.h - use simpler (no level index) cumula…
SEAICE_TRACER.h View Revision Graph  1.7  13 years  gforget   - SItracer : added run time params, and allow coupling to ocn salinity. new ru…
advect.F View Revision Graph  1.28  14 years  jmc   - simplify S/R DIFFUS (put deltaT & DIFF1 factor outside, move EXCH outside) t…
cost_ice_test.F View Revision Graph  1.12  13 years  heimbach   Part two of ECCO-CLIVAR code merges. Completes merge of seaice area relax. code.…
diffus.F View Revision Graph  1.17  14 years  jmc   - simplify S/R DIFFUS (put deltaT & DIFF1 factor outside, move EXCH outside) t…
dynsolver.F View Revision Graph  1.41  13 years  jmc   add SEAICE_SIZE.h anywhere SEAICE.h is included
lsr.F View Revision Graph  1.32  13 years  jmc   add SEAICE_SIZE.h anywhere SEAICE.h is included
ostres.F View Revision Graph  1.25  13 years  jmc   add SEAICE_SIZE.h anywhere SEAICE.h is included
seaice_ad_check_lev1_dir.h View Revision Graph  1.30  13 years  gforget   - merging SEAICE_MULTICATEGORY define and undef cases. Now the same code is com…
seaice_ad_check_lev2_dir.h View Revision Graph  1.19  13 years  heimbach   Part two of ECCO-CLIVAR code merges. Completes merge of seaice area relax. code.…
seaice_ad_check_lev3_dir.h View Revision Graph  1.20  13 years  heimbach   Part two of ECCO-CLIVAR code merges. Completes merge of seaice area relax. code.…
seaice_ad_check_lev4_dir.h View Revision Graph  1.17  13 years  heimbach   Part two of ECCO-CLIVAR code merges. Completes merge of seaice area relax. code.…
seaice_ad_diff.list View Revision Graph  1.32  13 years  heimbach   Prepare ALLOW_SITRACER adjoint
seaice_ad_dump.F View Revision Graph  1.9  12 years  jmc   comment out the very nasty "writeBinaryPrec = writeStatePrec" line
seaice_advdiff.F View Revision Graph  1.60  13 years  gforget   - SItracer : added run time params, and allow coupling to ocn salinity. new ru…
seaice_advection.F View Revision Graph  1.29  14 years  jmc   avoid un-used variables
seaice_budget_ocean.F View Revision Graph  1.18  13 years  mlosch   MAX_TICE does not exist anly longer, lets see if it works without
seaice_calc_strainrates.F View Revision Graph  1.19  13 years  jmc   add SEAICE_SIZE.h anywhere SEAICE.h is included
seaice_calc_viscosities.F View Revision Graph  1.12  15 years  mlosch   - change seaice_calc_viscosities/strainraties for better vectorization after AD…
seaice_check.F View Revision Graph  1.69  12 years  gforget   - pkg/exf : added run time switch useAtmWind to replace ALLOW_ATM_WIND cpp sw…
seaice_check_pickup.F View Revision Graph  1.8  13 years  jmc   print message only once (master thread)
seaice_cost_accumulate_mean.F View Revision Graph  1.7  13 years  jmc   add SEAICE_SIZE.h anywhere SEAICE.h is included
seaice_cost_areasst.F View Revision Graph  1.7  12 years  jmc   rename COST_CPPOPTIONS.h to COST_OPTIONS.h
seaice_cost_concentration.F View Revision Graph  1.7  12 years  jmc   change argument type of 3-D mask argument to _RS to match type in the call
seaice_cost_driver.F View Revision Graph  1.12  12 years  heimbach   Attempt at adding CTRL_SIZE.h
seaice_cost_export.F View Revision Graph  1.5  13 years  jmc   add SEAICE_SIZE.h anywhere SEAICE.h is included
seaice_cost_final.F View Revision Graph  1.15  13 years  jmc   add SEAICE_SIZE.h anywhere SEAICE.h is included
seaice_cost_init_fixed.F View Revision Graph  1.6  13 years  jmc   use "modelEndDate" as default value for costIceEnd1,2
seaice_cost_init_varia.F View Revision Graph  1.8  12 years  jmc   remove #include "AD_CONFIG.h" (not necessary)
seaice_cost_sensi.F View Revision Graph  1.2  15 years  heimbach   Update/merge from older version.
seaice_cost_sss.F View Revision Graph  1.6  12 years  jmc   change argument type of 3-D mask argument to _RS to match type in the call
seaice_cost_sst.F View Revision Graph  1.7  12 years  jmc   change argument type of 3-D mask argument to _RS to match type in the call
seaice_cost_weights.F View Revision Graph  1.6  15 years  jmc   use type specific (RL or RS) S/R from rw pkg instead of calling old S/R MDSREAD…
seaice_ctrl_map_ini.F View Revision Graph  1.7  12 years  heimbach   Attempt at adding CTRL_SIZE.h
seaice_description.tex View Revision Graph  1.3  19 years  cnh   Making short description for seaice package
seaice_diagnostics_init.F View Revision Graph  1.33  13 years  gforget   - SItracer : added run time params, and allow coupling to ocn salinity. new ru…
seaice_diagnostics_state.F View Revision Graph  1.25  13 years  gforget   - merging SEAICE_MULTICATEGORY define and undef cases. Now the same code is com…
seaice_diffusion.F View Revision Graph  1.8  14 years  gforget   - seaice_diffusion.F : remove the min(DX,DY) factor permanently; pass the Lap…
seaice_dynsolver.F View Revision Graph  1.51  12 years  gforget   - fix ice strength assymptote at SEAICE_area_max<1 (no change for the standar…
seaice_evp.F View Revision Graph  1.40  13 years  mlosch   just so that it is not forgotten: add code that avoids underflows usually there …
seaice_freedrift.F View Revision Graph  1.6  12 years  gforget   - Fix free drift computation.
seaice_get_dynforcing.F View Revision Graph  1.13  12 years  gforget   - pkg/exf : added run time switch useAtmWind to replace ALLOW_ATM_WIND cpp sw…
seaice_growth.F View Revision Graph  1.177  12 years  mlosch   add "multicategory" parameterization for snow in analogy to ice, default is off …
seaice_init_fixed.F View Revision Graph  1.19  13 years  jmc   - rename parameters: SIsalFrac to SEAICE_saltFrac & SIsal0 to SEAICE_salt0; - re…
seaice_init_varia.F View Revision Graph  1.73  12 years  jmc   use new parameter OB_indexNone for null index value (instead of hard-coded 0)
seaice_lsr.F View Revision Graph  1.71  12 years  jmc   move flag "inAdMode" from PARAMS.h to AUTODIFF_PARAMS.h
seaice_map_thsice.F View Revision Graph  1.4  13 years  jmc   add SEAICE_SIZE.h anywhere SEAICE.h is included
seaice_mnc_init.F View Revision Graph  1.6  17 years  mlosch   correct units of EmPmR to kg/m^2/s
seaice_model.F View Revision Graph  1.100  13 years  heimbach   Prepare adjoint of SITRACER
seaice_monitor.F View Revision Graph  1.27  13 years  gforget   - SItracer : added run time params, and allow coupling to ocn salinity. new ru…
seaice_monitor_ad.F View Revision Graph  1.5  12 years  jmc   remove #include "AD_CONFIG.h" and CPP_OPTIONS.h (not necessary)
seaice_obcs_output.F View Revision Graph  1.3  13 years  jmc   fix comments
seaice_ocean_stress.F View Revision Graph  1.30  13 years  jmc   add SEAICE_SIZE.h anywhere SEAICE.h is included
seaice_output.F View Revision Graph  1.12  13 years  jmc   add phase-lag to argument list of S/R CAL_TIME2DUMP
seaice_read_pickup.F View Revision Graph  1.16  13 years  gforget   - merging SEAICE_MULTICATEGORY define and undef cases. Now the same code is com…
seaice_readparms.F View Revision Graph  1.125  12 years  mlosch   add "multicategory" parameterization for snow in analogy to ice, default is off …
seaice_solve4temp.F View Revision Graph  1.35  13 years  jmc   full initialisation of all output arrays
seaice_summary.F View Revision Graph  1.53  12 years  mlosch   add "multicategory" parameterization for snow in analogy to ice, default is off …
seaice_tracer_phys.F View Revision Graph  1.8  13 years  gforget   - seaice_growth.F : fix pathological case treatment for SEAICE_MULTICATEGORY. …
seaice_turnoff_io.F View Revision Graph  1.1  15 years  jmc   new S/R to turn off some of the seaice output flags.
seaice_write_pickup.F View Revision Graph  1.14  13 years  gforget   - merging SEAICE_MULTICATEGORY define and undef cases. Now the same code is com…

  ViewVC Help
Powered by ViewVC 1.1.22