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