Changes between Initial Version and Version 1 of Ticket #180


Ignore:
Timestamp:
08/19/08 19:49:36 (16 years ago)
Author:
arango
Comment:

The new sediment model structure has the following routines:

sediment.F               sediment model driver
sed_bed.F                bed stratigraphy (noncohesive)
sed_bed_cohesive.F       bed stratigraphy (noncohesive & cohesive)
sed_bedload.F            bedload transport
sed_biodiff.F            bed biodiffusivity
sed_fluxes.F             sediment erosion and deposition
sed_settling.F           sediment vertical settling
sed_surface.F            sediment surface layer properties

Notice that all the sediment model routines have the sed_ prefix so they can be easily identified. We are still working on new routines sed_bed_cohesive.F and sed_biodiff.F. These two routines are still experimental and will distributed latter.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #180

    • Property ResolutionDone
    • Property Status newclosed
  • Ticket #180 – Description

    initial v1  
    1 It has been decided to restructure the routine sediment.F. That routine was becoming very lengthy and difficult to manage. The restructuring consists of distributing the components of sediment.F into several new routines and adding new routines. This will allow the different components to be more easily updated and to more easily allow future contributions.
     1It has been decided to restructure the routine '''sediment.F'''. That routine was becoming very lengthy and difficult to manage. The restructuring consists of distributing the components of '''sediment.F''' into several new routines and adding new routines. This will allow the different components to be more easily updated and to more easily allow future contributions.
    22
    3 Routines that were modified / created:
     3Routines that were modified/created:
    44
     5
     6{{{
    57M      ROMS/External/ocean_shoreface.in
    68M      ROMS/External/coupling_inlet_test.in
     
    1820M      ROMS/Modules/mod_ncparam.F
    1921M      ROMS/Modules/mod_ocean.F
     22}}}
    2023
    2124These files are in my branch. Please review for inclusion to distributed code.