/[MITgcm]/MITgcm/pkg/generic_advdiff
ViewVC logotype

Index of /MITgcm/pkg/generic_advdiff

Files shown:63
Sticky Tag:


File Rev. Age Author Last log entry
 Parent Directory        
GAD.h View Revision Graph  1.22  14 years  jahn   add package longstep
GAD_FLUX_LIMITER.h View Revision Graph  1.5  22 years  adcroft   Added comments in form compatible with "protex".
GAD_OPTIONS.h View Revision Graph  1.13  15 years  jmc   change option: GAD_ALLOW_SOM_ADVECT to GAD_ALLOW_TS_SOM_ADV which only applies t…
GAD_SOM_VARS.h View Revision Graph  1.2  15 years  jmc   change option: GAD_ALLOW_SOM_ADVECT to GAD_ALLOW_TS_SOM_ADV which only applies t…
gad_ad_diff.list View Revision Graph  1.6  16 years  heimbach   Adding 7th Order One Step method (OS7MP) to adjoint. Gradient check OK, but long…
gad_advection.F View Revision Graph  1.62  14 years  jmc   add bj in exch2 arrays and S/R
gad_biharm_x.F View Revision Graph  1.4  17 years  jmc   start to implement deep-atmosphere and/or anelastic formulation
gad_biharm_y.F View Revision Graph  1.4  17 years  jmc   start to implement deep-atmosphere and/or anelastic formulation
gad_c2_adv_r.F View Revision Graph  1.4  22 years  adcroft   Added comments in form compatible with "protex".
gad_c2_adv_x.F View Revision Graph  1.4  16 years  mlosch   improve vectorizability by moving a few statements out of the main loop
gad_c2_adv_y.F View Revision Graph  1.3  22 years  adcroft   Added comments in form compatible with "protex".
gad_c2_impl_r.F View Revision Graph  1.5  17 years  heimbach   Modifications for bottom topography control o replace hFacC by _hFacC at various…
gad_c4_adv_r.F View Revision Graph  1.5  21 years  jmc   return to previous (c40pre7) masking near boundaries (= use now the same mas…
gad_c4_adv_x.F View Revision Graph  1.6  16 years  mlosch   improve vectorizability by moving a few statements out of the main loop
gad_c4_adv_y.F View Revision Graph  1.5  21 years  jmc   return to previous (c40pre7) masking near boundaries (= use now the same mas…
gad_calc_rhs.F View Revision Graph  1.53  14 years  jahn   add package longstep
gad_check.F View Revision Graph  1.3  15 years  jmc   change option: GAD_ALLOW_SOM_ADVECT to GAD_ALLOW_TS_SOM_ADV which only applies t…
gad_del2.F View Revision Graph  1.5  17 years  jmc   fix deepFactor.
gad_diagnostics_init.F View Revision Graph  1.8  15 years  jmc   change option: GAD_ALLOW_SOM_ADVECT to GAD_ALLOW_TS_SOM_ADV which only applies t…
gad_diagnostics_state.F View Revision Graph  1.2  15 years  jmc   change option: GAD_ALLOW_SOM_ADVECT to GAD_ALLOW_TS_SOM_ADV which only applies t…
gad_diff_r.F View Revision Graph  1.6  17 years  jmc   start to implement deep-atmosphere and/or anelastic formulation
gad_diff_x.F View Revision Graph  1.4  17 years  jmc   start to implement deep-atmosphere and/or anelastic formulation
gad_diff_y.F View Revision Graph  1.4  17 years  jmc   start to implement deep-atmosphere and/or anelastic formulation
gad_dst2u1_adv_r.F View Revision Graph  1.4  17 years  jmc   DST advection S/R : use local copy of velocity to compute CFL
gad_dst2u1_adv_x.F View Revision Graph  1.8  16 years  mlosch   improve vectorizability by moving a few statements out of the main loop
gad_dst2u1_adv_y.F View Revision Graph  1.7  17 years  jmc   add a logical argument "calcCFL" to DST horizontal Advection S/R (if false, assu…
gad_dst2u1_impl_r.F View Revision Graph  1.2  17 years  heimbach   Modifications for bottom topography control o replace hFacC by _hFacC at various…
gad_dst3_adv_r.F View Revision Graph  1.9  17 years  jmc   use Samar's version as the default (instead of only if useMatrix=T)
gad_dst3_adv_x.F View Revision Graph  1.13  16 years  mlosch   improve vectorizability by moving a few statements out of the main loop
gad_dst3_adv_y.F View Revision Graph  1.12  17 years  jmc   add a logical argument "calcCFL" to DST horizontal Advection S/R (if false, assu…
gad_dst3fl_adv_r.F View Revision Graph  1.9  17 years  jmc   similar to the other DST advection scheme : fct of CFL number, > 0.
gad_dst3fl_adv_x.F View Revision Graph  1.14  16 years  mlosch   improve vectorizability by moving a few statements out of the main loop
gad_dst3fl_adv_y.F View Revision Graph  1.13  17 years  jmc   add a logical argument "calcCFL" to DST horizontal Advection S/R (if false, assu…
gad_dst3fl_impl_r.F View Revision Graph  1.3  17 years  heimbach   Modifications for bottom topography control o replace hFacC by _hFacC at various…
gad_exch_som.F View Revision Graph  1.4  15 years  jmc   change option: GAD_ALLOW_SOM_ADVECT to GAD_ALLOW_TS_SOM_ADV which only applies t…
gad_fluxlimit_adv_r.F View Revision Graph  1.12  17 years  jmc   similar to the other DST advection scheme : fct of CFL number, > 0.
gad_fluxlimit_adv_x.F View Revision Graph  1.12  16 years  mlosch   improve vectorizability by moving a few statements out of the main loop
gad_fluxlimit_adv_y.F View Revision Graph  1.12  17 years  jmc   add a logical argument "calcCFL" to DST horizontal Advection S/R (if false, assu…
gad_fluxlimit_impl_r.F View Revision Graph  1.8  17 years  heimbach   Modifications for bottom topography control o replace hFacC by _hFacC at various…
gad_grad_x.F View Revision Graph  1.9  15 years  jmc   changes in FILL_CS_CORNER_TR_RL argument list.
gad_grad_y.F View Revision Graph  1.9  15 years  jmc   changes in FILL_CS_CORNER_TR_RL argument list.
gad_implicit_r.F View Revision Graph  1.14  14 years  jahn   add package longstep
gad_init_fixed.F View Revision Graph  1.6  15 years  jmc   call WRITE_0D_RL (instead of WRITE_0D_R8) to print "RL" parameters
gad_init_varia.F View Revision Graph  1.3  14 years  jmc   when pickupSuff is set, read pickup-file even if nIter0=0
gad_os7mp_adv_r.F View Revision Graph  1.7  15 years  jmc   - add "_d 0" for real constant (safer, but has no effect here) - simplify and av…
gad_os7mp_adv_x.F View Revision Graph  1.9  15 years  jmc   - add "_d 0" for real constant (safer, but has no effect here) - simplify and av…
gad_os7mp_adv_y.F View Revision Graph  1.8  15 years  jmc   - add "_d 0" for real constant (safer, but has no effect here) - simplify and av…
gad_read_pickup.F View Revision Graph  1.3  15 years  jmc   allow to restart without SOM pickup (resetting SOM to zero).
gad_som_adv_r.F View Revision Graph  1.5  15 years  jmc   move kSurfC from SURFACE.h to GRID.h
gad_som_adv_x.F View Revision Graph  1.5  15 years  jmc   change option: GAD_ALLOW_SOM_ADVECT to GAD_ALLOW_TS_SOM_ADV which only applies t…
gad_som_adv_y.F View Revision Graph  1.5  15 years  jmc   change option: GAD_ALLOW_SOM_ADVECT to GAD_ALLOW_TS_SOM_ADV which only applies t…
gad_som_advect.F View Revision Graph  1.8  14 years  jmc   add bj in exch2 arrays and S/R
gad_som_exchanges.F View Revision Graph  1.3  15 years  jmc   change option: GAD_ALLOW_SOM_ADVECT to GAD_ALLOW_TS_SOM_ADV which only applies t…
gad_som_fill_cs_corner.F View Revision Graph  1.3  15 years  jmc   changes in FILL_CS_CORNER_TR_RL argument list.
gad_som_lim_r.F View Revision Graph  1.4  15 years  jmc   change option: GAD_ALLOW_SOM_ADVECT to GAD_ALLOW_TS_SOM_ADV which only applies t…
gad_som_prep_cs_corner.F View Revision Graph  1.2  15 years  jmc   change option: GAD_ALLOW_SOM_ADVECT to GAD_ALLOW_TS_SOM_ADV which only applies t…
gad_u3_adv_r.F View Revision Graph  1.4  22 years  jmc   Change the masking to return to standard formulation (described in the documen…
gad_u3_adv_x.F View Revision Graph  1.5  16 years  mlosch   improve vectorizability by moving a few statements out of the main loop
gad_u3_adv_y.F View Revision Graph  1.4  22 years  jmc   Change the masking to return to standard formulation (described in the documen…
gad_u3c4_impl_r.F View Revision Graph  1.8  17 years  heimbach   Modifications for bottom topography control o replace hFacC by _hFacC at various…
gad_write_pickup.F View Revision Graph  1.3  15 years  jmc   change option: GAD_ALLOW_SOM_ADVECT to GAD_ALLOW_TS_SOM_ADV which only applies t…
generic_advdiff.tex View Revision Graph  1.1  18 years  cnh   Fixing up package so that PACKAGENAME_description.tex contains short tex fragmen…
salt_fill.F View Revision Graph  1.4  17 years  dimitri   added missing #ifdef ALLOW_DIAGNOSTICS

  ViewVC Help
Powered by ViewVC 1.1.22