Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Static, terrestrial field processing

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

wnwlsdhkss

New member
Hi, everyone.
I am totally new in MPAS, struggling to learning how to use MPAS.
And I have problems with 1.3 static, terrestrial field processing in MPAS tutorial.
First, I don't know if I should delete some sentences in second picture like first picture.
Second, when I tried to work on it as tutorial said in the third picture, mine doesn't work at all, just saying ERROR: stream xml get attribute failed: streams.init_atmosphere, you can see that in the fourth picture.
I added the picture of streams.init_atmosphere(last picture) if someone needs this to figure out the problem.

I'm actually not good at English, and also new when it comes to coding or stuff..
It might be difficult to understand what i'm saying.. I'm really sorry for this.

Thank you for reading my question.
 

Attachments

  • 제목 없음.png
    제목 없음.png
    52.4 KB · Views: 497
  • KakaoTalk_20211005_184515460.png
    KakaoTalk_20211005_184515460.png
    42.2 KB · Views: 497
  • 123.png
    123.png
    50.9 KB · Views: 497
  • fdsa.png
    fdsa.png
    8.8 KB · Views: 497
  • wef.png
    wef.png
    16.6 KB · Views: 497
Is it possible you can upload the files themselves (streams.init_atmosphere in particular), rather than the screen shots of the files? Don't worry with screenshots of the tutorial page. It helps to see the file in its entirety.

In the meantime, is your streams.init_atmosphere file missing the opening and starting <streams> ... </streams> tags? Here is what I have for a valid streams file:

Code:
<streams>
<immutable_stream name="input"
                  type="input"
                  filename_template="x1.10242.grid.nc"
                  input_interval="initial_only" />

<immutable_stream name="output"
                  type="output"
                  filename_template="x1.10242.static.nc"
                  packages="initial_conds"
                  output_interval="initial_only" />

<immutable_stream name="surface"
                  type="output"
                  filename_template="x1.40962.sfc_update.nc"
                  filename_interval="none"
                  packages="sfc_update"
                  output_interval="86400" />

<immutable_stream name="lbc"
                  type="output"
                  filename_template="lbc.$Y-$M-$D_$h.$m.$s.nc"
                  filename_interval="output_interval"
                  packages="lbcs"
                  output_interval="3:00:00" />

</streams>

Does that look similar to your file? (Especially the <streams></streams> tag)?
 

Attachments

  • streams.init_atmosphere.txt
    921 bytes · Views: 25
I've moved this topic into the "Running" section of the MPAS-Atmosphere forum from the "Compilation / installation" section.
 
Top