Parent Directory
|
|
|
|
|
adams_bashforth2.F
|
|
1.6
|
17 years |
jmc |
modified to be used for momentum tendencies.
|
adams_bashforth3.F
|
|
1.2
|
17 years |
jmc |
Allow to apply AB on T,S rather than on AB(gT,gS):
- implemented within #ifdef …
|
askparam.F
|
|
1.1
|
18 years |
molod |
Function to query values from inside of common blocks in PARAMS.h
|
calc_3d_diffusivity.F
|
|
1.4
|
17 years |
jmc |
remove unused variables (reduces number of compiler warning)
|
calc_buoyancy.F
|
|
1.8
|
20 years |
mlosch |
o cleaned up the use of rhoNil and rhoConst.
- rhoNil should only appear in th…
|
calc_common_factors.F
|
|
1.21
|
16 years |
jmc |
- only deal with horizontal factors & transports (since
vertical ones are not…
|
calc_diffusivity.F
|
|
1.26
|
18 years |
jmc |
Change arrays for total vertical diffusivity (2.D explicit, 3.D implicit)
|
calc_div_ghat.F
|
|
1.21
|
17 years |
jmc |
1rst implementation of Implicit IGW using the 3-D solver (use3Dsolver=T)
and b…
|
calc_grad_phi_hyd.F
|
|
1.8
|
17 years |
heimbach |
First step for a NLFS adjoint
o initially suppress rStar (new flag DISABLE_RSTAR…
|
calc_grad_phi_surf.F
|
|
1.2
|
21 years |
cnh |
Bringing comments up to data and formatting for document extraction.
|
calc_gs.F
|
|
1.47
|
16 years |
jmc |
make a local copy of velocity to pass (like u,v,r_Trans) to tracer advection S/R…
|
calc_gt.F
|
|
1.51
|
16 years |
jmc |
make a local copy of velocity to pass (like u,v,r_Trans) to tracer advection S/R…
|
calc_gw.F
|
|
1.34
|
16 years |
jmc |
put back side-drag (by calling new S/R MOM_W_SIDEDRAG)
|
calc_ivdc.F
|
|
1.7
|
17 years |
jmc |
"rkSign" replaces "-rkFac" (<- removed)
|
calc_phi_hyd.F
|
|
1.34
|
17 years |
jmc |
move quasiquasihydrostaticterms.F to pkg/mom_common/mom_quasihydrostatic.F
- fi…
|
calc_r_star.F
|
|
1.10
|
16 years |
heimbach |
Modifications for bottom topography control
o replace hFacC by _hFacC at various…
|
calc_surf_dr.F
|
|
1.11
|
16 years |
jmc |
remove un-used variables (to reduce Nb of compiler warnings).
|
calc_viscosity.F
|
|
1.7
|
18 years |
mlosch |
o prepare addition of new packages GGL90 and OPPS
- new parameters useGGL90 an…
|
cg2d.F
|
|
1.44
|
17 years |
jmc |
remove unused variables (reduces number of compiler warning)
|
cg2d_nsa.F
|
|
1.1
|
16 years |
heimbach |
New routines for bottom topog. control.
|
cg3d.F
|
|
1.17
|
17 years |
jmc |
make 3.D solver compatible with Free-surface at k > 1 (p-coordinate):
compute &…
|
checkpoint.F
|
|
1.66
|
16 years |
heimbach |
Unintended comment for EXACT_CONSERV
|
config_check.F
|
|
1.39
|
16 years |
baylor |
Pass the variable viscosities on to calc_gw.
|
config_summary.F
|
|
1.91
|
16 years |
jmc |
add useSphereF, useBetaPlaneF and use3dCoriolis to namelist PARAM01 ;
change def…
|
convective_adjustment.F
|
|
1.29
|
17 years |
jmc |
add diagnostics for Convective Adjusment.
|
convective_adjustment_ini.F
|
|
1.19
|
17 years |
jmc |
"rkSign" replaces "-rkFac" (<- removed)
|
convective_weights.F
|
|
1.5
|
17 years |
jmc |
"rkSign" replaces "-rkFac" (<- removed)
|
convectively_mixtracer.F
|
|
1.2
|
21 years |
adcroft |
Tidied up protex preamble promments.
|
correction_step.F
|
|
1.23
|
17 years |
jmc |
1rst implementation of Implicit IGW using the 3-D solver (use3Dsolver=T)
and b…
|
cycle_tracer.F
|
|
1.7
|
17 years |
jmc |
do not refer to gxNm1 if unnecessary (to work also with AB-3)
|
diags_oceanic_surf_flux.F
|
|
1.2
|
17 years |
heimbach |
Adding core MITgcm array Qsw to diagnostics.
|
diags_phi_hyd.F
|
|
1.2
|
19 years |
heimbach |
Retain TAMC compatibility:
- avoid "_d" constructs in PARAMETER declarations
- a…
|
diags_phi_rlow.F
|
|
1.2
|
20 years |
jmc |
o avoid using any hFac in calc_phi_hyd ; use Ro_surf,R_low instead.
NLFS + p-co…
|
diags_rho.F
|
|
1.3
|
16 years |
heimbach |
Modifications for bottom topography control
o replace hFacC by _hFacC at various…
|
do_atmospheric_phys.F
|
|
1.7
|
17 years |
jmc |
remove unused variables (reduces number of compiler warning)
|
do_fields_blocking_exchanges.F
|
|
1.21
|
16 years |
jmc |
cleaning up: use run-time test "if not.useOffLine" instead of
#ifndef ALLOW_OFF…
|
do_gterm_blocking_exchanges.F
|
|
1.17
|
17 years |
jmc |
do not refer to gxNm1 if unnecessary (to work also with AB-3)
|
do_oceanic_phys.F
|
|
1.29
|
16 years |
jmc |
move call to SEAICE_MODEL from FORWARD_STEP to DO_OCEANIC_PHYS (and
Patrick fix…
|
do_stagger_fields_exchanges.F
|
|
1.6
|
17 years |
jmc |
1rst implementation of Implicit IGW using the 3-D solver (use3Dsolver=T)
and b…
|
do_statevars_diags.F
|
|
1.8
|
17 years |
molod |
Add new option to call do_statevars_diags from end of forward step
|
do_statevars_tave.F
|
|
1.2
|
17 years |
jmc |
remove unused variables (reduces number of compiler warnings)
|
do_the_model_io.F
|
|
1.58
|
16 years |
jmc |
rename bulkf_diags.F -> bulkf_output.F
|
dynamics.F
|
|
1.136
|
16 years |
jmc |
take bi,bj loops outside of calc_gw & timestep_wvel.F
and move the call inside …
|
external_fields_load.F
|
|
1.26
|
16 years |
jmc |
move call to AIM_FIELDS_LOAD from EXTERNAL_FIELDS_LOAD to LOAD_FIELDS_DRIVER
|
external_forcing.F
|
|
1.39
|
16 years |
heimbach |
Adding template package MYPACKAGE to serve as reference. Does nothing.
|
external_forcing_surf.F
|
|
1.35
|
16 years |
heimbach |
Modifications for bottom topography control
o replace hFacC by _hFacC at various…
|
find_alpha.F
|
|
1.15
|
19 years |
heimbach |
o cleaning ALLOW_GRADIENT_CHECK -> ALLOW_GRDCHK
o cleaning some ALLOW_TANGENTLIN…
|
find_rho.F
|
|
1.33
|
17 years |
jmc |
remove comments about linear EOS and "surface" level.
|
forward_step.F
|
|
1.144
|
16 years |
heimbach |
o Add hooks for rbcs checkpointing
o Add rbcs_init_varia
|
freesurf_rescale_g.F
|
|
1.6
|
16 years |
heimbach |
Modifications for bottom topography control
o replace hFacC by _hFacC at various…
|
freeze.F
|
|
1.11
|
18 years |
jmc |
add "_d 0" that was missing.
|
freeze_surface.F
|
|
1.7
|
16 years |
heimbach |
Modifications for bottom topography control
o replace hFacC by _hFacC at various…
|
getcon.F
|
|
1.8
|
17 years |
jmc |
change UNDEF from 1.e15 to 1.d15 (this reduces differences between
compilers/pla…
|
grad_sigma.F
|
|
1.6
|
17 years |
jmc |
"rkSign" replaces "-rkFac" (<- removed)
|
impldiff.F
|
|
1.25
|
17 years |
jmc |
add diagnostics of vertical viscous flux for U & V.
|
ini_cartesian_grid.F
|
|
1.19
|
17 years |
jmc |
reading of delXfile & delYfile moved from ini_parms.F to ini_grid.F
(ini_parms.F…
|
ini_cg2d.F
|
|
1.43
|
17 years |
jmc |
use "globalArea" (no need to re-compute it)
|
ini_cg3d.F
|
|
1.20
|
17 years |
jmc |
1rst implementation of Implicit IGW using the 3-D solver (use3Dsolver=T)
and b…
|
ini_cori.F
|
|
1.23
|
16 years |
jmc |
standard way to switch monitor flags
|
ini_curvilinear_grid.F
|
|
1.27
|
16 years |
jmc |
stop if Angle have not been loaded but are needed
|
ini_cylinder_grid.F
|
|
1.3
|
17 years |
jmc |
remove unused variables (reduces number of compiler warning)
|
ini_depths.F
|
|
1.35
|
17 years |
mlosch |
o add hooks for new package shelfice, painless
|
ini_dynvars.F
|
|
1.16
|
17 years |
jmc |
initialise NH-variables in specific S/R: ini_nh_vars.F
|
ini_eos.F
|
|
1.14
|
17 years |
cnh |
Added some _BARRIER statements to get correct multi-threaded behavior
for initia…
|
ini_fields.F
|
|
1.21
|
17 years |
jmc |
* use flag useOffLine rather than CPP #ifndef ALLOW_OFFLINE
* does not skip call…
|
ini_forcing.F
|
|
1.41
|
17 years |
heimbach |
o Fix I/O inconsistency in pkg/rbcs: replace precFloat32 by readBinaryPrec
o Rem…
|
ini_grid.F
|
|
1.27
|
17 years |
cnh |
Added some _BARRIER statements to get correct multi-threaded behavior
for initia…
|
ini_hfac.F
|
|
1.1
|
17 years |
heimbach |
o Changes in initialisation needed for NLFS adjoint.
|
ini_linear_phisurf.F
|
|
1.11
|
17 years |
jmc |
fix a _RS / _RL conflict.
|
ini_masks_etc.F
|
|
1.31
|
17 years |
mlosch |
o add hooks for new package shelfice, painless
|
ini_mixing.F
|
|
1.3
|
18 years |
jmc |
allow to set a vertical profile of vertical diffusivity for T & S
|
ini_mnc_vars.F
|
|
1.4
|
17 years |
jmc |
add variable definition "gWnm1"
|
ini_model_io.F
|
|
1.21
|
17 years |
jmc |
put a "WARNING" (before turning it to a "STOP") if globalFiles & multi-proc.
|
ini_nh_vars.F
|
|
1.2
|
16 years |
baylor |
Pass the variable viscosities on to calc_gw.
|
ini_p_ground.F
|
|
1.7
|
17 years |
jmc |
remove unused variable (reduce number of warnings).
|
ini_parms.F
|
|
1.187
|
16 years |
jmc |
add useSphereF, useBetaPlaneF and use3dCoriolis to namelist PARAM01 ;
change def…
|
ini_phiref.F
|
|
1.3
|
17 years |
jmc |
also compute reference stratification (used for Impl.IGW)
|
ini_pnh.F
|
|
1.5
|
17 years |
jmc |
put all NH variables (formely in DYNVARS.h & GW.h) in NH_VARS.h
|
ini_pressure.F
|
|
1.7
|
17 years |
jmc |
use baseTime as time origin ; DIFF_BASE_MULTIPLE replaces DIFFERENT_MULTIPLE
|
ini_psurf.F
|
|
1.8
|
18 years |
jmc |
re-write staggerTimeStep: change pickup file ;
(flag usePickupBeforeC54 to star…
|
ini_r_star.F
|
|
1.3
|
16 years |
jmc |
remove un-used variables (to reduce Nb of compiler warnings).
|
ini_salt.F
|
|
1.17
|
17 years |
cnh |
Removing gratuitous _BEGIN_MASTER statements so that singleCpuIO make work
multi…
|
ini_spherical_polar_grid.F
|
|
1.23
|
17 years |
jmc |
set grid-direction orientation angle to zero (Cos=1,Sin=0).
|
ini_surf_dr.F
|
|
1.2
|
16 years |
jmc |
remove un-used variables (to reduce Nb of compiler warnings).
|
ini_theta.F
|
|
1.23
|
17 years |
cnh |
Removing gratuitous _BEGIN_MASTER statements so that singleCpuIO make work
multi…
|
ini_vel.F
|
|
1.6
|
20 years |
jmc |
* split calc_exact_eta in 2 S/R : integr_continuity & update_etaH
* move wVel co…
|
ini_vertical_grid.F
|
|
1.14
|
17 years |
jmc |
"rkSign" replaces "-rkFac" (<- removed)
|
initialise_fixed.F
|
|
1.45
|
17 years |
jmc |
New S/R "SET_PARMS" (pieces of code from INI_PARMS):
set parameters that might …
|
initialise_varia.F
|
|
1.50
|
16 years |
heimbach |
Modifications for bottom topography control
o replace hFacC by _hFacC at various…
|
integr_continuity.F
|
|
1.16
|
17 years |
heimbach |
First step for a NLFS adjoint
o initially suppress rStar (new flag DISABLE_RSTAR…
|
integrate_for_w.F
|
|
1.10
|
17 years |
heimbach |
First step for a NLFS adjoint
o initially suppress rStar (new flag DISABLE_RSTAR…
|
load_fields_driver.F
|
|
1.1
|
16 years |
jmc |
new driver S/R: LOAD_FIELDS_DRIVER to load external forcing fields
from file (c…
|
load_grid_spacing.F
|
|
1.1
|
17 years |
jmc |
reading of delXfile & delYfile moved from ini_parms.F to ini_grid.F
(ini_parms.F…
|
model_ad_diff.list
|
|
1.17
|
16 years |
jmc |
new driver S/R: LOAD_FIELDS_DRIVER to load external forcing fields
from file (c…
|
modeldata_example.F
|
|
1.9
|
21 years |
cnh |
Bringing comments up to data and formatting for document extraction.
|
momentum_correction_step.F
|
|
1.5
|
16 years |
heimbach |
o Now rstar adjoint.
|
open_copy_data_file.F
|
|
1.5
|
17 years |
ce107 |
Changed SCRATCH files to named files to avoid mysterious runtime error on
Blue G…
|
packages_boot.F
|
|
1.34
|
16 years |
heimbach |
Adding template package MYPACKAGE to serve as reference. Does nothing.
|
packages_check.F
|
|
1.35
|
16 years |
heimbach |
Adding template package MYPACKAGE to serve as reference. Does nothing.
|
packages_check_error.F
|
|
1.4
|
19 years |
jmc |
minor modifs:
remove CALL AIM_INITIALISE from packages_readparms.F
set celsius2K…
|
packages_init_fixed.F
|
|
1.50
|
16 years |
heimbach |
Adding template package MYPACKAGE to serve as reference. Does nothing.
|
packages_init_variables.F
|
|
1.52
|
16 years |
heimbach |
o Add hooks for rbcs checkpointing
o Add rbcs_init_varia
|
packages_readparms.F
|
|
1.47
|
16 years |
heimbach |
Adding template package MYPACKAGE to serve as reference. Does nothing.
|
packages_write_pickup.F
|
|
1.21
|
17 years |
jmc |
move calendarDumps from "data" to "data.cal" and clean-up the code
with a simpl…
|
plot_field.F
|
|
1.14
|
21 years |
heimbach |
o merge of relevant stuff from the ecco-branch:
- genmake: removed $S64 overwr…
|
port_rand.F
|
|
1.6
|
18 years |
jmc |
Allow to set the seed ;
turn back to the original port_rand function if called w…
|
pressure_for_eos.F
|
|
1.2
|
18 years |
jmc |
use flags: fluidIsAir/Water, usingP/ZCoords instead of buoyancyRelation
|
read_write.F
|
|
1.21
|
21 years |
cnh |
Bringing comments up to data and formatting for document extraction.
|
remove_mean.F
|
|
1.1
|
17 years |
mlosch |
o add file that does the balancing of EmPmR and/or Qnet
|
set_defaults.F
|
|
1.117
|
16 years |
jmc |
add useSphereF, useBetaPlaneF and use3dCoriolis to namelist PARAM01 ;
change def…
|
set_parms.F
|
|
1.2
|
16 years |
jmc |
add useSphereF, useBetaPlaneF and use3dCoriolis to namelist PARAM01 ;
change def…
|
solve_for_pressure.F
|
|
1.57
|
16 years |
ce107 |
Fix stupid typos
|
solve_pentadiagonal.F
|
|
1.2
|
19 years |
jmc |
make it safer in case Nr=1 or Nr=2
|
solve_tridiagonal.F
|
|
1.2
|
18 years |
jmc |
fix comments
|
state_summary.F
|
|
1.7
|
21 years |
cnh |
Bringing comments up to data and formatting for document extraction.
|
swfrac.F
|
|
1.12
|
18 years |
mlosch |
o commented out call to cal_GetMonthsRec in swfrac.F and added some comments;
…
|
taueddy_external_forcing.F
|
|
1.2
|
17 years |
jmc |
assume ALLOW_TAU_EDDY to be defined in CPP_OPTIONS.h
|
taueddy_init_varia.F
|
|
1.1
|
17 years |
heimbach |
Adding/updating eddy stress control code
|
the_correction_step.F
|
|
1.29
|
17 years |
jmc |
do not refer to gxNm1 if unnecessary (to work also with AB-3)
|
the_main_loop.F
|
|
1.77
|
16 years |
heimbach |
o Add hooks for rbcs checkpointing
o Add rbcs_init_varia
|
the_model_main.F
|
|
1.95
|
16 years |
baylor |
Adding the viscosity calculation to flow chart.
|
thermodynamics.F
|
|
1.107
|
16 years |
heimbach |
Fix line length problem for NLFS adjoint.
|
timestep.F
|
|
1.46
|
16 years |
heimbach |
Modifications for bottom topography control
o replace hFacC by _hFacC at various…
|
timestep_tracer.F
|
|
1.12
|
18 years |
jmc |
depth convergence accelerator: replace deltaTtracer by dTtracerLev(k)
|
timestep_wvel.F
|
|
1.3
|
16 years |
jmc |
take bi,bj loops outside of calc_gw & timestep_wvel.F
and move the call inside …
|
tracers_correction_step.F
|
|
1.12
|
16 years |
molod |
Add call to salt_fill routine to fill negatives when fizhi is running
|
tracers_iigw_correction.F
|
|
1.2
|
16 years |
heimbach |
Modifications for bottom topography control
o replace hFacC by _hFacC at various…
|
update_cg2d.F
|
|
1.6
|
18 years |
jmc |
Only update cg2d preconditioner every "cg2dPreCondFreq" iter. (default=1)
|
update_etah.F
|
|
1.8
|
17 years |
jmc |
always reset wVel & eta (to zero or prescribe it) at the OBs.
|
update_masks_etc.F
|
|
1.1
|
16 years |
heimbach |
New routines for bottom topog. control.
|
update_r_star.F
|
|
1.5
|
16 years |
heimbach |
Modifications for bottom topography control
o replace hFacC by _hFacC at various…
|
update_surf_dr.F
|
|
1.5
|
17 years |
jmc |
remove unused variables (reduces number of compiler warning)
|
write_grid.F
|
|
1.20
|
17 years |
cnh |
Removing gratuitous _BEGIN_MASTER statements so that singleCpuIO make work
multi…
|
write_state.F
|
|
1.59
|
17 years |
cnh |
Removing gratuitous _BEGIN_MASTER statements so that singleCpuIO make work
multi…
|