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

Index of /MITgcm/model/src

Files shown:142
Sticky Tag:


File Rev. Age Author (rev) Last log entry
 Parent Directory        
the_main_loop.F View Revision Graph  1.98  15 years  utke   fix control variable selection
askparam.F View Revision Graph  1.1  19 years  molod   Function to query values from inside of common blocks in PARAMS.h
ini_masks_etc.F View Revision Graph  1.38  15 years  mlosch   clean up the mess: remove an unnecessary #include "SHELIFICE.h"
ini_spherical_polar_grid.F View Revision Graph  1.25  16 years  mlosch   add the computation of the cos/sin(angle between model north and geographical no…
diags_oceanic_surf_flux.F View Revision Graph  1.9  15 years  mlosch   fix REAL4_IS_SLOW, fix a few diagnostics, but probably not all: copy _RS surface…
ini_mnc_vars.F View Revision Graph  1.7  16 years  mlosch   correct units of EmPmR to kg/m^2/s
rotate_spherical_polar_grid.F View Revision Graph  1.2  16 years  mlosch   add the computation of the cos/sin(angle between model north and geographical no…
do_write_pickup.F View Revision Graph  1.6  16 years  mlosch   add a flag writePickupAtEnd (default=true) to be able to suppress writing a pick…
calc_buoyancy.F View Revision Graph  1.8  21 years  mlosch   o cleaned up the use of rhoNil and rhoConst. - rhoNil should only appear in th…
update_masks_etc.F View Revision Graph  1.2  17 years  jmc   remove storage & computation of recip_hFacU (not used)
update_r_star.F View Revision Graph  1.7  15 years  jmc   move kSurfC,W,S from SURFACE.h to GRID.h
ini_vel.F View Revision Graph  1.7  17 years  jmc   add BARRIER before reading uVel,vVel from file.
config_check.F View Revision Graph  1.50  15 years  jmc   - stop if trying to use 1 seaice pkg with allowFreezing=T - some limitations of …
set_parms.F View Revision Graph  1.4  16 years  jmc   set flags for Dynamically Active Tracers
convective_adjustment.F View Revision Graph  1.32  15 years  jmc   replace calls to "FIND_RHO" with recent version "FIND_RHO_2D"
load_grid_spacing.F View Revision Graph  1.2  17 years  jmc   setting both delR & delRc => no assumption on vertical grid (center@middle or i…
external_fields_load.F View Revision Graph  1.31  16 years  jmc   finishing EmPmR unit changes: replace convertEmP2rUnit by mass2rUnit
do_stagger_fields_exchanges.F View Revision Graph  1.6  18 years  jmc   1rst implementation of Implicit IGW using the 3-D solver (use3Dsolver=T) and b…
solve_pentadiagonal.F View Revision Graph  1.2  20 years  jmc   make it safer in case Nr=1 or Nr=2
diags_phi_rlow.F View Revision Graph  1.2  21 years  jmc   o avoid using any hFac in calc_phi_hyd ; use Ro_surf,R_low instead. NLFS + p-co…
load_fields_driver.F View Revision Graph  1.7  15 years  jmc   From Nicolas: add package cheapaml
ini_forcing.F View Revision Graph  1.49  16 years  jmc   move from external_forcing_surf.F to ini_forcing.F the p-coord. hack consisting …
set_ref_state.F View Revision Graph  1.3  15 years  jmc   Ocean: fill-in phiRef array (but presently not used).
calc_ivdc.F View Revision Graph  1.7  18 years  jmc   "rkSign" replaces "-rkFac" (<- removed)
external_forcing_surf.F View Revision Graph  1.47  16 years  jmc   move from external_forcing_surf.F to ini_forcing.F the p-coord. hack consisting …
correction_step.F View Revision Graph  1.24  17 years  jmc   start to implement deep-atmosphere and/or anelastic formulation
ini_cg2d.F View Revision Graph  1.45  17 years  jmc   start to implement deep-atmosphere and/or anelastic formulation
packages_readparms.F View Revision Graph  1.57  15 years  jmc   new pkg "down_slope".
update_etah.F View Revision Graph  1.8  18 years  jmc   always reset wVel & eta (to zero or prescribe it) at the OBs.
calc_surf_dr.F View Revision Graph  1.13  16 years  jmc   reduce number of "warning: unused variable"
update_surf_dr.F View Revision Graph  1.7  15 years  jmc   move kSurfC,W,S from SURFACE.h to GRID.h
ini_eos.F View Revision Graph  1.20  15 years  jmc   change FIND_RHO_SCALAR : return rho (instead of rho - rhoConst)
timestep_wvel.F View Revision Graph  1.4  17 years  jmc   define and use reference profile for w <-> omega conversion in NH-code.
diags_rho.F View Revision Graph  1.4  15 years  jmc   store 3-D (in-situ) density in commom block (this save 1 rho computation); re-a…
update_cg2d.F View Revision Graph  1.7  17 years  jmc   start to implement deep-atmosphere and/or anelastic formulation
packages_error_msg.F View Revision Graph  1.1  17 years  jmc   S/R PACKAGES_ERROR_MSG replaces PACKAGES_CHECK_ERROR : - add 1 argument (used in…
convective_adjustment_ini.F View Revision Graph  1.22  15 years  jmc   replace calls to "FIND_RHO" with recent version "FIND_RHO_2D"
port_rand.F View Revision Graph  1.6  19 years  jmc   Allow to set the seed ; turn back to the original port_rand function if called w…
calc_viscosity.F View Revision Graph  1.8  15 years  jmc   - fix index range in calc_viscosity.F (was wrong for CD-Scheme & explicit Visc) …
pressure_for_eos.F View Revision Graph  1.4  15 years  jmc   comment out maskC multiplication (not really needed as far as I know, but harmf…
ini_psurf.F View Revision Graph  1.9  17 years  jmc   all threads call READ_FLD S/R (needed if using SingleCpuIO) ; add barrier before…
seawater.F View Revision Graph  1.3  15 years  jmc   change FIND_RHO_SCALAR : return rho (instead of rho - rhoConst)
the_model_main.F View Revision Graph  1.103  16 years  jmc   do not write pickup from THE_MODEL_MAIN but always from FORWARD_STEP
grad_sigma.F View Revision Graph  1.9  15 years  jmc   changes in FILL_CS_CORNER_TR_RL argument list.
ini_fields.F View Revision Graph  1.22  17 years  jmc   clean-up the read / write pickup S/R
cg3d.F View Revision Graph  1.19  16 years  jmc   use S/R GLOBAL_SUM_TILE to compute global sum: for a given tile decomposition, …
timestep_tracer.F View Revision Graph  1.13  17 years  jmc   comments: always spell tendency the same way (easier to grep for)
ini_dynvars.F View Revision Graph  1.21  15 years  jmc   store 3-D (in-situ) density in commom block (this save 1 rho computation); re-a…
ini_cartesian_grid.F View Revision Graph  1.20  17 years  jmc   clean-up multi-threaded problems (reported by debugger tcheck on ACES).
do_the_model_io.F View Revision Graph  1.59  17 years  jmc   call S/R LAND_OUTPUT: replace S/R LAND_WRITE_DIAGS and write also snap-shot
ini_depths.F View Revision Graph  1.43  15 years  jmc   OCEANICP: conversion from z to bottom pressure is not coded => STOP
swfrac.F View Revision Graph  1.14  16 years  jmc   reduce number of "warning: unused variable"
read_pickup.F View Revision Graph  1.4  15 years  jmc   add mass source/sink of fluid in continuity eq. ; need to store addMass in pick…
ini_curvilinear_grid.F View Revision Graph  1.36  16 years  jmc   take S/R READSYMTILE_RS out of this file + rename it MDS_FACEF_READ_RS (in mdsio…
ini_p_ground.F View Revision Graph  1.7  18 years  jmc   remove unused variable (reduce number of warnings).
ini_linear_phisurf.F View Revision Graph  1.14  15 years  jmc   change FIND_RHO_SCALAR : return rho (instead of rho - rhoConst)
timestep.F View Revision Graph  1.47  16 years  jmc   prepare for "clever pickup" implementation: add startAB parameter to argument li…
do_statevars_tave.F View Revision Graph  1.2  18 years  jmc   remove unused variables (reduces number of compiler warnings)
cycle_tracer.F View Revision Graph  1.8  17 years  jmc   do the k loop inside CYCLE_TRACER (supposed to be more efficient)
forward_step.F View Revision Graph  1.164  15 years  jmc   - clean-up flt package interface
ini_pressure.F View Revision Graph  1.11  15 years  jmc   store 3-D (in-situ) density in commom block (this save 1 rho computation); re-a…
calc_phi_hyd.F View Revision Graph  1.38  15 years  jmc   store 3-D (in-situ) density in commom block (this save 1 rho computation); re-a…
write_grid.F View Revision Graph  1.26  15 years  jmc   change name of S/R MDSWRITEVEC_LOC_RS to MDS_WRITEVEC_LOC
solve_for_pressure.F View Revision Graph  1.64  15 years  jmc   add "AND.fluidIsWater" to useRealFreshWaterFlux if test
calc_grad_phi_hyd.F View Revision Graph  1.10  17 years  jmc   calculate pressure gradient only where necessary (avoid Pb with uninitialized ar…
external_forcing.F View Revision Graph  1.54  15 years  jmc   add implied forcing corresponding to mass source/sink of fluid
load_ref_files.F View Revision Graph  1.1  15 years  jmc   - add initialisation of deepFac if using Pcoords (new S/R set_grid_factors) - mo…
calc_gw.F View Revision Graph  1.39  16 years  jmc   add diagnostics for vertical momentum tendencies
initialise_fixed.F View Revision Graph  1.49  15 years  jmc   - add initialisation of deepFac if using Pcoords (new S/R set_grid_factors) - mo…
convective_weights.F View Revision Graph  1.5  18 years  jmc   "rkSign" replaces "-rkFac" (<- removed)
calc_div_ghat.F View Revision Graph  1.23  15 years  jmc   add mass source/sink of fluid in continuity eq. ; need to store addMass in pick…
write_pickup.F View Revision Graph  1.7  15 years  jmc   add mass source/sink of fluid in continuity eq. ; need to store addMass in pick…
packages_write_pickup.F View Revision Graph  1.35  15 years  jmc   - clean-up flt package interface
integrate_for_w.F View Revision Graph  1.12  15 years  jmc   add mass source/sink of fluid in continuity eq. ; need to store addMass in pick…
set_grid_factors.F View Revision Graph  1.1  15 years  jmc   - add initialisation of deepFac if using Pcoords (new S/R set_grid_factors) - mo…
packages_boot.F View Revision Graph  1.46  15 years  jmc   new pkg "down_slope".
do_statevars_diags.F View Revision Graph  1.13  16 years  jmc   SOM: add diagnostics for 1srt & 2nd Order moments and sub-grid variance.
impldiff.F View Revision Graph  1.26  17 years  jmc   start to implement deep-atmosphere and/or anelastic formulation
do_atmospheric_phys.F View Revision Graph  1.7  18 years  jmc   remove unused variables (reduces number of compiler warning)
packages_init_fixed.F View Revision Graph  1.66  15 years  jmc   - clean-up flt package interface
ini_cori.F View Revision Graph  1.27  16 years  jmc   reading of Coriolis from files & cubed-sphere case: read fCoriG from 6 faced-fi…
ini_grid.F View Revision Graph  1.32  15 years  jmc   - add initialisation of deepFac if using Pcoords (new S/R set_grid_factors) - mo…
find_rho.F View Revision Graph  1.36  15 years  jmc   - remove S/R "FIND_RHO" (replaced by FIND_RHO_2D).
ini_cg3d.F View Revision Graph  1.23  17 years  jmc   define and use reference profile for w <-> omega conversion in NH-code.
adams_bashforth2.F View Revision Graph  1.7  16 years  jmc   prepare for "clever pickup" implementation: add startAB parameter to argument li…
do_fields_blocking_exchanges.F View Revision Graph  1.24  16 years  jmc   hide EXCH_UV_DGRID to TAF (until a proper AD exch is available).
adams_bashforth3.F View Revision Graph  1.3  16 years  jmc   prepare for "clever pickup" implementation: add startAB parameter to argument li…
check_pickup.F View Revision Graph  1.3  15 years  jmc   add mass source/sink of fluid in continuity eq. ; need to store addMass in pick…
ini_cylinder_grid.F View Revision Graph  1.4  17 years  jmc   domain start at radius (Y-axis origin) = phiMin (we should replace thetaMin,phiM…
ini_vertical_grid.F View Revision Graph  1.19  15 years  jmc   - add initialisation of deepFac if using Pcoords (new S/R set_grid_factors) - mo…
solve_tridiagonal.F View Revision Graph  1.2  19 years  jmc   fix comments
tracers_correction_step.F View Revision Graph  1.14  17 years  jmc   iMin,iMax,jMin,jMax are set within convective_adjustment S/R instead of passed …
find_alpha.F View Revision Graph  1.17  15 years  jmc   new S/R FIND_RHO_2D (replace FIND_RHO): change argument tFld & sFld to just 2-D…
calc_r_star.F View Revision Graph  1.13  16 years  jmc   clean-up: remove initialisation (done in ini_r_star)
thermodynamics.F View Revision Graph  1.123  15 years  jmc   new pkg "down_slope".
ini_model_io.F View Revision Graph  1.27  15 years  jmc   create mdsioLocalDir (if not there); (wondering how portable it is ?)
integr_continuity.F View Revision Graph  1.21  15 years  jmc   add mass source/sink of fluid in continuity eq. ; need to store addMass in pick…
dynamics.F View Revision Graph  1.140  15 years  jmc   - fix index range in calc_viscosity.F (was wrong for CD-Scheme & explicit Visc) …
do_gterm_blocking_exchanges.F View Revision Graph  1.17  19 years  jmc   do not refer to gxNm1 if unnecessary (to work also with AB-3)
calc_gs.F View Revision Graph  1.49  16 years  jmc   prepare for "clever pickup" implementation: add startAB parameter to argument li…
ini_surf_dr.F View Revision Graph  1.2  17 years  jmc   remove un-used variables (to reduce Nb of compiler warnings).
freeze.F View Revision Graph  1.11  19 years  jmc   add "_d 0" that was missing.
calc_diffusivity.F View Revision Graph  1.36  16 years  jmc   fix for case where pkg/generic_advdiff is disable (e.g., exp. adjustment.cs-32x3…
set_write_global_pickup.F View Revision Graph  1.1  17 years  jmc   isolate in set_write_global_pickup.F the only S/R of checkpoint.F that is still …
ini_pnh.F View Revision Graph  1.6  17 years  jmc   change commented lines (in case we read initial Phi_nh from a file)
calc_common_factors.F View Revision Graph  1.22  17 years  jmc   start to implement deep-atmosphere and/or anelastic formulation
ini_r_star.F View Revision Graph  1.3  17 years  jmc   remove un-used variables (to reduce Nb of compiler warnings).
read_write.F View Revision Graph  1.22  17 years  jmc   add S/R WRITE_0D_C to print character string.
calc_gt.F View Revision Graph  1.53  16 years  jmc   prepare for "clever pickup" implementation: add startAB parameter to argument li…
cg2d.F View Revision Graph  1.50  16 years  jahn   add option of performing global 2d sums on a single CPU to eliminate tiling-depe…
freeze_surface.F View Revision Graph  1.7  17 years  heimbach   Modifications for bottom topography control o replace hFacC by _hFacC at various…
model_ad_diff.list View Revision Graph  1.24  15 years  heimbach   Make diags_rho.F active routine
packages_check.F View Revision Graph  1.45  15 years  heimbach   Update.
freesurf_rescale_g.F View Revision Graph  1.6  17 years  heimbach   Modifications for bottom topography control o replace hFacC by _hFacC at various…
cg2d_nsa.F View Revision Graph  1.1  17 years  heimbach   New routines for bottom topog. control.
tracers_iigw_correction.F View Revision Graph  1.2  17 years  heimbach   Modifications for bottom topography control o replace hFacC by _hFacC at various…
diags_phi_hyd.F View Revision Graph  1.2  20 years  heimbach   Retain TAMC compatibility: - avoid "_d" constructs in PARAMETER declarations - a…
plot_field.F View Revision Graph  1.14  22 years  heimbach   o merge of relevant stuff from the ecco-branch: - genmake: removed $S64 overwr…
momentum_correction_step.F View Revision Graph  1.5  18 years  heimbach   o Now rstar adjoint.
ini_hfac.F View Revision Graph  1.1  18 years  heimbach   o Changes in initialisation needed for NLFS adjoint.
open_copy_data_file.F View Revision Graph  1.6  16 years  heimbach   Added TARGET_CRAYXT for I/O from/to SCRATCH
ini_mixing.F View Revision Graph  1.8  16 years  gforget   introduce isopycnal diffusion coefficient control.
taueddy_init_varia.F View Revision Graph  1.2  16 years  gforget   o bridging the gap between eddy stress and GM. -> eddyTau is replaced with edd…
initialise_varia.F View Revision Graph  1.56  16 years  gforget   o bridging the gap between eddy stress and GM. -> eddyTau is replaced with edd…
taueddy_external_forcing.F View Revision Graph  1.4  16 years  gforget   o bridging the gap between eddy stress and GM. ... had missed this bit.
ini_theta.F View Revision Graph  1.24  17 years  edhill   add ability to read bathy, salt, and theta using MNC (off by def) -- and this …
ini_salt.F View Revision Graph  1.18  17 years  edhill   add ability to read bathy, salt, and theta using MNC (off by def) -- and this …
do_oceanic_phys.F View Revision Graph  1.76  15 years  dfer   Add timers for KPP_CALC and GGL90_CALC
calc_oce_mxlayer.F View Revision Graph  1.7  15 years  dfer   Add smoothing parameter for mixed-layer diagnostics
set_defaults.F View Revision Graph  1.143  15 years  dfer   Add smoothing parameter for mixed-layer diagnostics
packages_init_variables.F View Revision Graph  1.70  15 years  dfer   Add call to ggl90_init_fixed.F ggl90_init_varia.F
config_summary.F View Revision Graph  1.113  15 years  dfer   Add smoothing parameter for mixed-layer diagnostics
calc_wsurf_tr.F View Revision Graph  1.1  17 years  dfer   Second wave bis: correction of tracer source/sink due to Linear Free surface
ini_parms.F View Revision Graph  1.219  15 years  dfer   Add smoothing parameter for mixed-layer diagnostics
calc_3d_diffusivity.F View Revision Graph  1.14  16 years  dfer   Add tracer identity as argument of gmredi_calc_diff.F
write_state.F View Revision Graph  1.59  18 years  cnh   Removing gratuitous _BEGIN_MASTER statements so that singleCpuIO make work multi…
state_summary.F View Revision Graph  1.7  22 years  cnh   Bringing comments up to data and formatting for document extraction.
calc_grad_phi_surf.F View Revision Graph  1.2  22 years  cnh   Bringing comments up to data and formatting for document extraction.
modeldata_example.F View Revision Graph  1.9  22 years  cnh   Bringing comments up to data and formatting for document extraction.
remove_mean.F View Revision Graph  1.2  16 years  ce107   Added space between C and $Name/$Header to avoid complaints from IBM (and possib…
ini_nh_vars.F View Revision Graph  1.2  17 years  baylor   Pass the variable viscosities on to calc_gw.
convectively_mixtracer.F View Revision Graph  1.2  22 years  adcroft   Tidied up protex preamble promments.

  ViewVC Help
Powered by ViewVC 1.1.22