schism-dev / schism

Semi-implicit Cross-scale Hydroscience Integrated System Model (SCHISM)
http://ccrm.vims.edu/schismweb/
Apache License 2.0
87 stars 86 forks source link

Question about new IO outputs #69

Closed SorooshMani-NOAA closed 2 years ago

SorooshMani-NOAA commented 2 years ago

I'm running SCHISM model with PAHM (commit 92ff067) and I'm using new IO. I'm trying to understand how the output is configured and how to use the output files. I have a few questions:

josephzhang8 commented 2 years ago

Hi Sorrosh:

You can see the sample param.nml in sample/, where you can find the 'default' setting for most parameters. If you did not specify anything for iof_hydro the elev and horizontal vel are turned on (and others off).

In new I/O, all 2D variables share a nc output called out2d.nc, whereas each of the 3D variables has its own output. So in your case you should see out2d and horizontalVel[X,Y]*.nc (note that vector outputs will have x,y components in separate files).

-Joseph

Y. Joseph Zhang Web: schism.wiki Office: 804 684 7466

From: Soroosh Mani @.> Sent: Thursday, June 9, 2022 12:13 PM To: schism-dev/schism @.> Cc: Subscribed @.***> Subject: [schism-dev/schism] Question about new IO outputs (Issue #69)

[EXTERNAL to VIMS received message]

I'm running SCHISM model with PAHM (commit 92ff067) and I'm using new IO. I'm trying to understand how the output is configured and how to use the output files. I have a few questions:

- Reply to this email directly, view it on GitHubhttps://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fschism-dev%2Fschism%2Fissues%2F69&data=05%7C01%7Cyjzhang%40vims.edu%7Cf366cad32dc54ed9b24408da4a32dc2c%7C8cbcddd9588d4e3b9c1e2367dbdf1740%7C0%7C0%7C637903879545732289%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=WzDjwEBDYgB3fOPP9kID4Zm6oyTebS8Jwn1jkgRQTZ4%3D&reserved=0, or unsubscribehttps://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAFBKNZYJX7MDFBDRFJVAXSDVOIJXBANCNFSM5YKUKCSA&data=05%7C01%7Cyjzhang%40vims.edu%7Cf366cad32dc54ed9b24408da4a32dc2c%7C8cbcddd9588d4e3b9c1e2367dbdf1740%7C0%7C0%7C637903879545732289%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=dnH1MhbPGdRQ3F1F3%2BdaIOJgjClUQik542p59pYrKlY%3D&reserved=0. You are receiving this because you are subscribed to this thread.Message ID: @.**@.>>

SorooshMani-NOAA commented 2 years ago

Thank you @josephzhang8, I just noticed the two horizontalVel files in the output, thank you for clarifying how the new IO works.