This repository contains the official MESH development code, which is the basis for the 'tags' listed under the MESH-Releases repository. The same tags are listed under this repository. Legacy branches and utilities have also been ported from the former SVN (Subversion) repository. Future developments must create 'forks' from this repository.
Other
1
stars
4
forks
source link
[FLOODNET2] r1831_mod_2021-03-04+classz-can-errmsg for MESH - Ostrich #64
Running the MPI version requires installation of MS-MPI 10.1, though depending on the system might demonstrate degraded performance. If you have Admin access, you might wish to run it via WSL-Ubuntu using OpenMPI for this purpose instead, at least for iterative runs. For simple or isolated runs on Windows, I suggest using the regular sa_mesh.exe program instead.
Adds I to the error message printed for CLASSZ -6 (and updates 6446 FORMAT from I8 to 2I8) in CLASSZ.f@2b77c47:
WRITE(6,6446) N,I,WTVSTP(I),WSUMV
6446 FORMAT(2X,'CANOPY WATER BALANCE ',2I8,2F20.8)
The r1831_mod_2021-03-04+classz-can-errmsg.zip package should contain the updated static Windows executables for the modified code of 2b77c47 (r1813+mod_2021-03-04).
Running the MPI version requires installation of MS-MPI 10.1, though depending on the system might demonstrate degraded performance. If you have Admin access, you might wish to run it via WSL-Ubuntu using OpenMPI for this purpose instead, at least for iterative runs. For simple or isolated runs on Windows, I suggest using the regular
sa_mesh.exe
program instead.Adds
I
to the error message printed forCLASSZ -6
(and updates6446 FORMAT
fromI8
to2I8
) in CLASSZ.f@2b77c47: