namespace atmos_ocean_fluxes_mod

Overview

A dummy version of atmos_ocean_fluxes_mod module for use when the vastly larger FMS package is not needed. More…

namespace atmos_ocean_fluxes_mod {

// global functions

integer function, public aof_set_coupler_flux(
    name name,
    flux_type flux_type,
    implementation implementation,
    atm_tr_index atm_tr_index,
    param param,
    flag flag,
    mol_wt mol_wt,
    ice_restart_file ice_restart_file,
    ocean_restart_file ocean_restart_file,
    units units,
    caller caller,
    verbosity verbosity
    );

} // namespace atmos_ocean_fluxes_mod

Detailed Documentation

A dummy version of atmos_ocean_fluxes_mod module for use when the vastly larger FMS package is not needed.

Global Functions

integer function, public aof_set_coupler_flux(
    name name,
    flux_type flux_type,
    implementation implementation,
    atm_tr_index atm_tr_index,
    param param,
    flag flag,
    mol_wt mol_wt,
    ice_restart_file ice_restart_file,
    ocean_restart_file ocean_restart_file,
    units units,
    caller caller,
    verbosity verbosity
    )

This subroutine duplicates an interface used by the FMS coupler, but only returns a value of -1. None of the arguments are used for anything.

Parameters:

name

An unused argument

flux_type

An unused argument

implementation

An unused argument

atm_tr_index

An unused argument

param

An unused argument

flag

An unused argument

mol_wt

An unused argument

ice_restart_file

An unused argument

ocean_restart_file

An unused argument

units

An unused argument

caller

An unused argument

verbosity

An unused argument