source: LMDZ6/branches/LMDZ-COSP/libf/phylmd/cospv2/model-interface/README @ 5917

Last change on this file since 5917 was 5917, checked in by idelkadi, 4 hours ago

Nouveau répertoire cospv2 avec la même structure offline

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.