-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document requirements and Implement model run(s) for ADCIRC (ADvanced CIRCulation) #58
Comments
@ZacharyWills @KatherinePowell-NOAA @patrick-tripp I thought we had a Fortran compiler in the sandbox? Can any of you help @janahaddad and @greg-dusek with this problem with cmake and Fortran? |
Hi Jana, You need to load the appropriate modules that contain the libraries and compilers you want to use. I am assuming you ran the setup-instance script when your sandbox was deployed? |
Here's the fortran install/version: Cloud-Sandbox/scripts/funcs-setup-instance.sh Line 379 in 7ecc756
|
The above is for an older version and should be removed. When the sandbox is deployed it will automatically setup all of the software and libraries you need using the setup-instance.sh script. If it didn't run, you can manually run the scripts/setup-instance.sh script which will use Spack to install everything you need with the proper dependencies. |
I think Jana is using the currently deployed version of the sandbox and not
deploying a new instance.
…On Wed, Apr 3, 2024 at 1:00 PM Patrick Tripp ***@***.***> wrote:
The above is for an older version and should be removed. When the sandbox
is deployed it will automatically setup all of the software and libraries
you need using the setup-instance.sh script. If it didn't run, you can
manually run the scripts/setup-instance.sh script which will use Spack to
install everything you need with the proper dependencies.
—
Reply to this email directly, view it on GitHub
<#58 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR7UUIHFZBOBVQ3FSXRTIVLY3QYSVAVCNFSM6AAAAAAZ2BESN6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZVGEZDCNZZGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@patrick-tripp No, where is setup-instance? I believe that I'm working in an environment that already has the latest cloud-sandbox deployed, right @Michael-Lalime? Thought I tried module load but I guess I didn't! Will give that a try. If that doesn't work, I'll try the spack option with the setup-instance.sh script. Thanks y'all |
OK, In that case don't need to run the setup-instance.sh script. You only need to specify the modules you need to use in your build and run scripts. You can see the LiveOcean or nosofs models as a reference. This will enable all of the Intel compilers, MPI, ESMF, HDF, netCDF, etc. |
@Jana Haddad - NOAA Affiliate ***@***.***> Yes you are using the
version that was deployed in December. There might be updates since then
that haven't been incorporated but Patrick's suggestions should help you
get going.
…On Wed, Apr 3, 2024 at 1:08 PM Patrick Tripp ***@***.***> wrote:
OK, you need to specify the modules you need to use in your build and run
scripts. You can see the LiveOcean or nosofs models as a reference.
—
Reply to this email directly, view it on GitHub
<#58 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR7UUIE5DPAECAC7Q7HLEMTY3QZQXAVCNFSM6AAAAAAZ2BESN6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZVGEZTMNBUGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Welcome to the IOOS Cloud-Sandbox!
Expected Behavior
A ADCIRC (ADvanced CIRCulation) model version should be selected, compiled and made available to users of the Cloud-Sandbox.
Current Behavior
ADCIRC (ADvanced CIRCulation) is not available.
Possible Solution
The Source should be compiled periodically, a set of static configuration examples made available, and documentation should be written to describe not only how this is done but also the lifecycle of this model.
Steps to Reproduce or Implement:
Context
The National Ocean Service has adopted four different community code packages for use in the operational Coastal
Ocean Modeling Framework (COMF):
Your Environment
The text was updated successfully, but these errors were encountered: