/[MITgcm]/MITgcm/model/src
ViewVC logotype

Index of /MITgcm/model/src

Files shown:78
Sticky Tag:


File Rev. Age Author Last log entry
 Parent Directory        
forward_step.F View Revision Graph  1.10.2.2  23 years  jmc   updated using SHAP_FILT_UV_S4 routine (replacing SHAP_FILT_UV)
solve_for_pressure.F View Revision Graph  1.19.2.4  23 years  jmc   rewrite calc_exact_eta.F to be independant of the 2D solver. allow to filter Vel…
calc_exact_eta.F View Revision Graph  1.1.2.2  23 years  jmc   rewrite calc_exact_eta.F to be independant of the 2D solver. allow to filter Vel…
the_correction_step.F View Revision Graph  1.6.2.3  23 years  jmc   rewrite calc_exact_eta.F to be independant of the 2D solver. allow to filter Vel…
initialise_varia.F View Revision Graph  1.9.2.2  23 years  jmc   replace CALL INI_GARRAYS by INI_DYNVARS and do the first call to CALC_EXACT_ETA …
ini_dynvars.F View Revision Graph  1.1.2.1  23 years  jmc   initialise all DYNVARS.h arrays (replace ini_garrays.F)
ini_grid.F View Revision Graph  1.7.2.2  23 years  jmc   write out horizontal mesh area of every Tracer grid points
checkpoint.F View Revision Graph  1.7.2.1  23 years  adcroft   Obvious fix for broken restarts from checkpoints. *untested*
set_defaults.F View Revision Graph  1.16.2.4  23 years  jmc   Further packaging of Shapiro Filters.
packages_readparms.F View Revision Graph  1.3.2.1  23 years  jmc   Further packaging of Shapiro Filters.
ini_parms.F View Revision Graph  1.56.2.4  23 years  jmc   Further packaging of Shapiro Filters.
packages_boot.F View Revision Graph  1.3.2.1  23 years  jmc   Further packaging of Shapiro Filters.
dynamics.F View Revision Graph  1.65.2.4  23 years  jmc   recover diagnostic of PhiHyd using the new routine TIMEAVE_CUMUL_1T
ini_masks_etc.F View Revision Graph  1.20.2.6  23 years  adcroft   Corrected call: EXCH_UV_XYZ_RL -> EXCH_UC_XYZ_RS for hFacW,hFacS
ini_depths.F View Revision Graph  1.22.2.5  23 years  cnh   Fixed problem with north and south edges in multi-tile per proc. full sphere co…
ini_curvilinear_grid.F View Revision Graph  1.1.2.3  23 years  adcroft   Hack: avoid compiler complaints when not using cubed-sphere.
ini_vel.F View Revision Graph  1.1.2.2  23 years  adcroft   Combined exchanges for initialization of (u,v) (only if reading from a file).
ini_cori.F View Revision Graph  1.9.2.2  23 years  adcroft   Extended ranges of fCori/fCoriG loops and removed exchanges. o if the coordinat…
calc_gs.F View Revision Graph  1.27.2.4  23 years  adcroft   Replace divides by area with multiplies by reciprocals.
calc_gt.F View Revision Graph  1.31.2.4  23 years  adcroft   Replace divides by area with multiplies by reciprocals.
timestep_tracer.F View Revision Graph  1.1.2.1  23 years  jmc   add tauAB (Adms-Bashforth weight) as argument of TIMESTEP_TRACER routine
ini_spherical_polar_grid.F View Revision Graph  1.17.2.3  23 years  cnh   Added comments explaining the formula in the iGl, jGl functions.
external_forcing.F View Revision Graph  1.10.2.2  23 years  jmc   correct level thickness in the short-wave heating part of EXTERNAL_FORCING_T
ini_cg2d.F View Revision Graph  1.33.2.4  23 years  jmc   define the solver tolerance in the appropriate Unit (cse of no RHS normalisation…
cg2d.F View Revision Graph  1.30.2.3  23 years  jmc   add a flag to switch off the RHS normalisation ; corrected 1rst residual test
do_the_model_io.F View Revision Graph  1.19.2.1  23 years  jamous   Added writing of time-averaged AIM physics package variables
do_fields_blocking_exchanges.F View Revision Graph  1.3.2.1  23 years  adcroft   Key changes for linear shallow water equations on a cubic-spherical grid.
do_gterm_blocking_exchanges.F View Revision Graph  1.10.2.1  23 years  adcroft   Key changes for linear shallow water equations on a cubic-spherical grid.
integrate_for_w.F View Revision Graph  1.5.2.1  23 years  jmc   add new masking to deal with surface at k > 1 (for atmosphere with topo)
calc_diffusivity.F View Revision Graph  1.12.2.1  23 years  jmc   use the 3D global center-cell maskC instead of a local one.
calc_common_factors.F View Revision Graph  1.15.2.1  23 years  jmc   use the 3D global center-cell maskC instead of a local one.
calc_mom_rhs.F View Revision Graph  1.48.2.2  23 years  jmc   use the 3D global center-cell maskC instead of a local one.
ini_theta.F View Revision Graph  1.14.2.1  23 years  adcroft   Removed initialization of G's from ini_salt/theta
ini_salt.F View Revision Graph  1.12.2.1  23 years  adcroft   Removed initialization of G's from ini_salt/theta
ini_cartesian_grid.F View Revision Graph  1.15.2.2  23 years  adcroft   Re-wrote to be more like ini_spherical_grid.F so that it does not use _EXCH's at…
ini_fields.F View Revision Graph  1.8.2.1  23 years  adcroft   Grouped initialization of G's into one routine and joined ini_uvel and ini_vvel …
calc_gw.F View Revision Graph  1.8  23 years  jmc   copy gW -> gwNm1 moved from the end to the beginning of the routine
config_summary.F View Revision Graph  1.29  23 years  jmc   use gBaro instead of gravity to allow External mode reduced gravity test
cg3d.F View Revision Graph  1.7  23 years  jmc   change units of cg3d_x (x g) to have same units as all other potential Phi
ini_cg3d.F View Revision Graph  1.10  23 years  jmc   change units of cg3d_x (x g) to have same units as all other potential Phi
correction_step.F View Revision Graph  1.17  23 years  jmc   Use directly gradient of PhiSurf as argument (instead of grad.eta)
timestep.F View Revision Graph  1.23  23 years  jmc   change units of PhiHyd (ocean) to have unified units for all potential Phi
calc_phi_hyd.F View Revision Graph  1.11  23 years  jmc   change units of PhiHyd (ocean) to have unified units for all potential Phi
write_state.F View Revision Graph  1.10  23 years  jmc   change output file name : Eta. instead of PS. (as model variable name)
calc_grad_phi_surf.F View Revision Graph  1.1  23 years  jmc   replace calc_grad_eta_surf (needed for precise atmos Phi_Surf gradient)
convective_adjustment.F View Revision Graph  1.5  23 years  jmc   change Time-Average routine names (new package)
the_main_loop.F View Revision Graph  1.5  23 years  jmc   remove "include CG2D.h"
the_model_main.F View Revision Graph  1.36  23 years  jmc   remove "include CG2D.h"
plot_field.F View Revision Graph  1.12  23 years  jmc   remove "include CG2D.h"
get_offline_fields.F View Revision Graph  1.7  23 years  jmc   remove "include CG2D.h"
ini_psurf.F View Revision Graph  1.3  23 years  jmc   separate the state variable "eta" from the 2D solver solution cg2d_x
calc_div_ghat.F View Revision Graph  1.13  23 years  jmc   separate the state variable "eta" from the 2D solver solution cg2d_x
packages_init_variables.F View Revision Graph  1.4  23 years  jmc   AIM (Atmosphere Intermediate Physics) define as a standard package
packages_check.F View Revision Graph  1.7  23 years  jmc   AIM (Atmosphere Intermediate Physics) define as a standard package
convect.F View Revision Graph  1.15  23 years  jmc   recover (after checkpoint35) time average output
read_write.F View Revision Graph  1.20  23 years  cnh   o Added printing of key grid variables in config_summary.F and removed write(…
swfrac.F View Revision Graph  1.8  23 years  cnh   Made sure each .F and .h file had the CVS keywords Header and Name at its start…
state_summary.F View Revision Graph  1.6  23 years  cnh   Made sure each .F and .h file had the CVS keywords Header and Name at its start…
initialise_fixed.F View Revision Graph  1.5  23 years  cnh   Made sure each .F and .h file had the CVS keywords Header and Name at its start…
ini_vertical_grid.F View Revision Graph  1.11  23 years  cnh   Made sure each .F and .h file had the CVS keywords Header and Name at its start…
read_write_fld.F View Revision Graph  1.2  23 years  cnh   Made sure each .F and .h file had the CVS keywords Header and Name at its start…
modeldata_example.F View Revision Graph  1.8  23 years  cnh   Made sure each .F and .h file had the CVS keywords Header and Name at its start…
read_write_rec.F View Revision Graph  1.3  23 years  cnh   Made sure each .F and .h file had the CVS keywords Header and Name at its start…
open_copy_data_file.F View Revision Graph  1.2  23 years  cnh   Made sure each .F and .h file had the CVS keywords Header and Name at its start…
packages_check_error.F View Revision Graph  1.2  23 years  cnh   Made sure each .F and .h file had the CVS keywords Header and Name at its start…
external_fields_load.F View Revision Graph  1.5  23 years  cnh   Made sure each .F and .h file had the CVS keywords Header and Name at its start…
ini_forcing.F View Revision Graph  1.21  23 years  cnh   Made sure each .F and .h file had the CVS keywords Header and Name at its start…
external_forcing_surf.F View Revision Graph  1.4  23 years  cnh   Made sure each .F and .h file had the CVS keywords Header and Name at its start…
grad_sigma.F View Revision Graph  1.2  23 years  cnh   Made sure each .F and .h file had the CVS keywords Header and Name at its start…
impldiff.F View Revision Graph  1.15  23 years  cnh   Made sure each .F and .h file had the CVS keywords Header and Name at its start…
find_rho.F View Revision Graph  1.14  23 years  cnh   Made sure each .F and .h file had the CVS keywords Header and Name at its start…
find_alpha.F View Revision Graph  1.3  23 years  cnh   Made sure each .F and .h file had the CVS keywords Header and Name at its start…
freeze.F View Revision Graph  1.2  23 years  cnh   Made sure each .F and .h file had the CVS keywords Header and Name at its start…
calc_ivdc.F View Revision Graph  1.2  23 years  cnh   Made sure each .F and .h file had the CVS keywords Header and Name at its start…
cycle_tracer.F View Revision Graph  1.3  23 years  cnh   Made sure each .F and .h file had the CVS keywords Header and Name at its start…
calc_buoyancy.F View Revision Graph  1.7  23 years  cnh   Made sure each .F and .h file had the CVS keywords Header and Name at its start…
port_rand.F View Revision Graph  1.2  23 years  adcroft   Merged changes from branch "branch-atmos-merge" into MAIN (checkpoint34) - subs…
packages_init_fixed.F View Revision Graph  1.2  23 years  adcroft   Merged changes from branch "branch-atmos-merge" into MAIN (checkpoint34) - subs…

  ViewVC Help
Powered by ViewVC 1.1.22