~tim-greaves/fluidity-launchtesting/trunk

« back to all changes in this revision

Viewing changes to hyperlight/Hyperlight_interface.F90

  • Committer: Mark Filipiak
  • Date: 2012-11-20 10:39:22 UTC
  • mfrom: (4125.2.8 ocean-forcing)
  • Revision ID: mjf@staffmail.ed.ac.uk-20121120103922-f3etzynysyfzgjhy
Input of environmental options (e.g. forcing fields) is moved from
Usage.cpp into ocean_forcing/InitialiseOceanForcing.F90, to be
accessible in flredecomp as well as fluidity. Relevant Fortran-C
interfaces have been converted from using F77_FUNC to use
iso_c_binding.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
  use state_module
32
32
  use fields
33
33
  use global_parameters, only:   OPTION_PATH_LEN
 
34
  use fluxes
 
35
 
34
36
  implicit none
35
37
contains
36
38