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

Index of /MITgcm/pkg/seaice

Files shown:51
Sticky Tag:


File Rev. Age Author Last log entry
 Parent Directory        
SEAICE.h View Revision Graph  1.28  17 years  heimbach   Set nEVPstepMax = 60
SEAICE_COST.h View Revision Graph  1.2  18 years  heimbach   o Adding cost term for seaice obs (daily SMR vs. AREA) new seaice_cost init/we…
SEAICE_DIAGS.h View Revision Graph  1.6  18 years  edhill   o fix mnc flags in pkg/seaice so that they are "owned" by seaice, not mnc --…
SEAICE_FFIELDS.h View Revision Graph  1.10  18 years  edhill   o fix mnc flags in pkg/seaice so that they are "owned" by seaice, not mnc --…
SEAICE_OPTIONS.h View Revision Graph  1.19  17 years  dimitri   added "#undef ALLOW_SEAICE_FLOODING" to SEAICE_OPTIONS.h
SEAICE_PARAMS.h View Revision Graph  1.33  17 years  mlosch   o add flooding algorithm and advection of HSNOW; both are turned off by defaul…
TODO.txt View Revision Graph  1.2  20 years  dimitri   o modifications to make FREEZE flux visible to pkg/kpp - moved surfaceTendency…
advect.F View Revision Graph  1.17  17 years  mlosch   always use velocities on c-grid, implies different routine arguments
cost_ice_test.F View Revision Graph  1.3  17 years  heimbach   o Small modifs (mostly porting for non-ecco setups)
diffus.F View Revision Graph  1.11  18 years  mlosch   added a runtime flag SEAICEuseFluxForm for advection and diffusion which is fals…
dynsolver.F View Revision Graph  1.23  17 years  jmc   implement sea-ice loading (when using "RealFreshWaterFlux")
lsr.F View Revision Graph  1.18  18 years  mlosch   - add c-grid version of the dynamic solver: + three new routines that are th…
ostres.F View Revision Graph  1.18  18 years  mlosch   fix turning angles to work on both hemispheres
seaice_ad_check_lev1_dir.h View Revision Graph  1.12  17 years  heimbach   Add one store
seaice_ad_check_lev2_dir.h View Revision Graph  1.8  17 years  mlosch   o fix multi-category seaice: - change cpp flag SEAICE_MULTILEVEL to more meanin…
seaice_ad_check_lev3_dir.h View Revision Graph  1.9  17 years  mlosch   o fix multi-category seaice: - change cpp flag SEAICE_MULTILEVEL to more meanin…
seaice_ad_check_lev4_dir.h View Revision Graph  1.6  17 years  mlosch   o fix multi-category seaice: - change cpp flag SEAICE_MULTILEVEL to more meanin…
seaice_ad_diff.list View Revision Graph  1.11  17 years  heimbach   Updating seaice adjoint, step 1 (everything, except SEAICE_EVP).
seaice_advdiff.F View Revision Graph  1.15  16 years  jmc   advection of thSIce variables: uncomment the "new version" which is about setti…
seaice_advection.F View Revision Graph  1.5  16 years  jmc   add a logical argument "calcCFL" to DST horizontal Advection S/R (if false, assu…
seaice_budget_ice.F View Revision Graph  1.3  17 years  dimitri   transfering all regularization of local ice thickness to seaice_growth as a firs…
seaice_budget_ocean.F View Revision Graph  1.2  17 years  mlosch   continue clean up: remove a few unused variable ("constants")
seaice_calc_rhs.F View Revision Graph  1.2  17 years  mlosch   o fix a sign error in the diffusion terms
seaice_calc_viscosities.F View Revision Graph  1.3  18 years  mlosch   seaice: add an EVP solver following Hunke and Dukowicz (1997) and the docume…
seaice_check.F View Revision Graph  1.16  17 years  jmc   before stopping, use "PRINT_ERROR" to print the error message. master-thread onl…
seaice_cost_driver.F View Revision Graph  1.5  17 years  heimbach   add useSEAICE for seaice cost.
seaice_cost_final.F View Revision Graph  1.8  17 years  heimbach   Do not do global fc here, this is done in ecco_cost_final. (spotted by M. Mazlof…
seaice_cost_init_fixed.F View Revision Graph  1.3  18 years  heimbach   Adding some nice ifdef's
seaice_cost_init_varia.F View Revision Graph  1.2  18 years  heimbach   Adding some nice ifdef's
seaice_cost_weights.F View Revision Graph  1.3  18 years  heimbach   Adding some nice ifdef's
seaice_description.tex View Revision Graph  1.3  18 years  cnh   Making short description for seaice package
seaice_diagnostics_init.F View Revision Graph  1.4  17 years  dimitri   changed comments
seaice_diffusion.F View Revision Graph  1.5  17 years  jmc   seaice advection with pkg/thsice: a step toward the use of non-linear advection …
seaice_do_diags.F View Revision Graph  1.26  17 years  dimitri   fixed DIAGNOSTICS_FILL usage
seaice_dynsolver.F View Revision Graph  1.16  17 years  jmc   fix out-of-bound index problem.
seaice_evp.F View Revision Graph  1.3  17 years  heimbach   Change evp nEVPstep loop into a fixed-length nEVPstepMax loop to make TAF happy.…
seaice_exch.F View Revision Graph  1.5  17 years  jmc   use interface S/R EXCH_3D (more efficient and works if multi-threaded)
seaice_exch_uv.F View Revision Graph  1.3  17 years  jmc   use interface S/R EXCH_3D (more efficient and works if multi-threaded)
seaice_get_forcing.F View Revision Graph  1.8  19 years  dimitri   o added seaice_summary.F and removed obsolete ALLOW_SEAICE's from pkg/seaice
seaice_growth.F View Revision Graph  1.10  17 years  mlosch   fix a bug in the flooding algorithm: turn off the snow machine
seaice_init_fixed.F View Revision Graph  1.1  17 years  heimbach   o split seaice_init into _fixed, _varia o add first version of diagnostics inter…
seaice_init_varia.F View Revision Graph  1.3  16 years  dimitri   Initially set HSNOW to zero intead of 20 cm when HEFF is zero. This does not cha…
seaice_lsr.F View Revision Graph  1.13  17 years  jmc   fix Pb with range of indices (avoid Pb with uninitialized array).
seaice_map_thsice.F View Revision Graph  1.1  17 years  mlosch   o modifications and additions necessary for coupling thsice to seaice - major …
seaice_mnc_init.F View Revision Graph  1.4  18 years  mlosch   seaice: add an EVP solver following Hunke and Dukowicz (1997) and the docume…
seaice_model.F View Revision Graph  1.39  17 years  jmc   add debug calls.
seaice_monitor.F View Revision Graph  1.8  17 years  heimbach   Adding HSNOW to seaice_monitor.
seaice_ocean_stress.F View Revision Graph  1.10  17 years  mlosch   if ALLOW_ATM_WIND is undefined, use the wind stress directly to drive the ice mo…
seaice_pickup.F View Revision Graph  1.16  17 years  mlosch   o fix multi-category seaice: - change cpp flag SEAICE_MULTILEVEL to more meanin…
seaice_readparms.F View Revision Graph  1.43  17 years  mlosch   o add flooding algorithm and advection of HSNOW; both are turned off by defaul…
seaice_summary.F View Revision Graph  1.10  17 years  mlosch   o add flooding algorithm and advection of HSNOW; both are turned off by defaul…

  ViewVC Help
Powered by ViewVC 1.1.22