Modules

From WikiROMS
Revision as of 00:32, 17 June 2008 by Kate (talk | contribs) (stab at outline)
(change visibility) (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Modules

Now that we are using Fortran 90, the method of choice for managing data structures are modules. The ROMS/Modules directory contains all of the ROMS modules that contain globally used variables. The complete list is:

mod_arrays.F
.


mod_average.F
.


mod_bbl.F
.


mod_biology.F
.


mod_boundary.F
.


mod_clima.F
.


mod_coupler.F
.


mod_diags.F
.


mod_eclight.F
.


mod_eoscoef.F
.


mod_floats.F
.


mod_forces.F
.


mod_fourdvar.F
.


mod_grid.F
.


mod_iounits.F
.


mod_kinds.F
.


mod_mixing.F
.


mod_ncparam.F
.


mod_nesting.F
.


mod_netcdf.F
.


mod_obs.F
.


mod_ocean.F
.


mod_parallel.F
.


mod_param.F
.


mod_scalars.F
.


mod_sediment.F
.


mod_sources.F
.


mod_stepping.F
.


mod_storage.F
.


mod_strings.F
.


mod_tides.F
.