Skip to content
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

Updates on the test cases and minor fixes in the rt* scripts #68

Open
wants to merge 33 commits into
base: feature/coastal_app
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
edb0b64
added ufs-coastal README files
pvelissariou1 Mar 12, 2024
a3207db
Update README.md
pvelissariou1 Mar 12, 2024
c4e2224
Update README.md
pvelissariou1 Mar 12, 2024
b064a8c
Update README.md
pvelissariou1 Mar 12, 2024
6ceb3b5
Update README.md
pvelissariou1 Mar 12, 2024
bb24454
added new SCHISM test cases (iteration 1)
pvelissariou1 Mar 14, 2024
aff1b8f
Merge branch 'cmmb' of https://github.com/oceanmodeling/ufs-coastal i…
pvelissariou1 Mar 14, 2024
28ada34
added new SCHISM test cases (iteration 2)
pvelissariou1 Mar 15, 2024
af89fa9
added new ADCIRC test cases (iteration 1)
pvelissariou1 Mar 15, 2024
24422a6
updated the rt_coastal.conf file to account for the new ADCIRC and SC…
pvelissariou1 Mar 15, 2024
07c7da1
Merge branch 'feature/coastal_app' into cmmb
pvelissariou1 Mar 15, 2024
18a2f7e
merged branch feature/coastal_app into cmmb
pvelissariou1 Mar 15, 2024
58c39a6
reverted the README.md file
pvelissariou1 Mar 18, 2024
32ae224
updated the tests/tests/coastal_sandy_shinnecock* test configurations
pvelissariou1 Apr 8, 2024
05e7803
merged SCHISM* from feature/coastal_app
pvelissariou1 Apr 8, 2024
371a525
fixes in the coastal_florence_hsofs* SCHISM tests & the coastal_ideal…
pvelissariou1 Apr 17, 2024
1af77ba
added the parameters WLCLK and MESH_WAV to the coastal test cases
pvelissariou1 Apr 17, 2024
cf8b62a
created inherited test config for coastal_florence_hsofs_atm2sch2ww3_…
pvelissariou1 Apr 18, 2024
5bef0d1
grouped the coastal tests in <tested> and <testing>
pvelissariou1 Apr 23, 2024
13cd5b1
fixed missing statement in PAHM/src/parwind.F90 that was producing ze…
pvelissariou1 May 15, 2024
1ecd724
PAHM: fixed Log sequence and minor logging issues
pvelissariou1 May 16, 2024
dd4685c
PAHM: modified netcdfio.F90 to write certain variables as floats and …
pvelissariou1 May 16, 2024
3c84ca2
PAHM: modified the codes to allow for the date_time_str variable to b…
pvelissariou1 May 17, 2024
b293804
PAHM: fixed bug in parwindd.F90/GetGAHMFields to correctly calculate …
pvelissariou1 May 19, 2024
be1e69e
updated the SCHISM sources
pvelissariou1 Jun 6, 2024
c3dc345
Added the BUILD_TOOLS option in support of "coupled" model compilatio…
pvelissariou1 Jun 6, 2024
607659f
removed corrupted SCHISM sources
pvelissariou1 Jun 6, 2024
6191e39
synchronized with feature_coastal_app
pvelissariou1 Jun 6, 2024
01e71c5
PAHM: updated the sources
pvelissariou1 Jun 6, 2024
94ac03c
changed the schism pointer to upstream cmmb branch
pvelissariou1 Jun 6, 2024
d6ca914
SCHISM: syncronized sources with upstream cmmb branch
pvelissariou1 Jun 6, 2024
fb74df2
changed the SCHISM submodule pointer to master branch
pvelissariou1 Jun 8, 2024
985194a
SCHISM: changed pointer to commit 38d9501
pvelissariou1 Jun 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
pvelissariou1 authored Mar 12, 2024
commit c4e2224b2632697e7df9d1f43b1b5009b72d8495
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@

## Introduction

UFS-COASTAL open source code infrastructure forked from UFS-Weather-Model and its downstream applications (ufs-coastal-apps) is being developed as the next generation NOAA’s National Ocean Service (NOS) Coastal Ocean Modeling infrastructure. NOS is partnering with the Oceanic and Atmospheric Research (OAR), National Weather Service (NWS) and coastal ocean modeling community to develop UFS-Coastal to be integrated into the Unified Forecast System modeling portfolio.
***UFS-Coastal*** is an open source code infrastructure forked from [UFS-Weather-Model](https://github.com/ufs-community/ufs-weather-model) and its downstream applications (ufs-coastal-apps) is being developed as the next generation NOAA’s [National Ocean Service](https://oceanservice.noaa.gov/) (NOS) Coastal Ocean Modeling infrastructure. NOS is partnering with the Oceanic and Atmospheric Research (OAR), National Weather Service (NWS) and coastal ocean modeling community to develop UFS-Coastal to be integrated into the Unified Forecast System modeling portfolio.

***UFS-Coastal*** Is a modeling framework for coupled coastal applications and regional prediction systems. It consists from coupled model components that link the atmospheric, ocean and terrestrial realms under one common framework. Contains data components (CDEPS) and an ESMF/NUOPC based mediator component (CMEPS) that drive the coupling process between individual model components.
Two types of coupling configurations are supported: 1-way and 2-way coupled configurations (model components coupled via the mediator). The data component is used to pass data to the model components (e.g., atmospheric forcing). ***UFS-Coastal*** uses the spack-stack framework for its compilation and run-time requirements and includes full regression test capabilities for all model components. The application is released to the community via the [Ocean Modeling Collaboration](https://github.com/oceanmodeling/ufs-coastal) GitHub repository. The repository contains the full application (code