source: LMDZ6/trunk/libf/phylmd/cospv2/model-interface/README @ 6025

Last change on this file since 6025 was 6025, checked in by idelkadi, 2 months ago

Replace cospv2 with a new version of cospv2, with the same organization as the offline version

File size: 763 bytes
Line 
1Overview:
2This directory contains code coupling COSP to the host model or environment.
3COSP depends on this code, which must be edited before building COSP.
4Editing could include referencing modules from the host model.
5
6cosp_kinds.f90 specifies the numerical precision of all floating point variables.
7The version provided here offers the choice of Fortran 90 intrinsics for
8single (4 byte) and double (8 byte) precision, but the wp variable might also
9point to a host model's definition imported from another module.
10
11cosp_errorHandling.f90 contains a single routine, errorMessage, that accepts
12a text string. The default implementation simply prints this string to
13standard output. Users may want to replace this with the host model's error
14reporting system.
Note: See TracBrowser for help on using the repository browser.