Replies: 3 comments 9 replies
-
When you do "./configure", what compiler option did you choose? You will need to choose this one: |
Beta Was this translation helpful? Give feedback.
9 replies
-
Oh okay. That makes more sense.
I will try this tomorrow and get back to you. Thank you so much for your help! I greatly appreciate it!
Paige
From: Cenlin_He ***@***.***>
Date: Sunday, August 18, 2024 at 20:49
To: NCAR/hrldas ***@***.***>
Cc: Paige Becker ***@***.***>, Author ***@***.***>
Subject: [EXTERNAL] Re: [NCAR/hrldas] Issue with creating forcing files (Discussion #201)
CAUTION: This email originated from outside of the Colorado School of Mines organization. Do not click on links or open attachments unless you recognize the sender and know the content is safe.
note that because it is point scale, every variable is a scalar in hourly input forcing file (similarly for output file, except for the snow and soil layer-related variables). ncview is not a good tool to open scalar variable.
—
Reply to this email directly, view it on GitHub<#201 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BEPH5TJIYI4RF2JTDCKXY43ZSFMKJAVCNFSM6AAAAABMJHM2EOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMZXG42TQNQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
That worked. Thank you Cenlin!
Paige
…________________________________
From: Cenlin_He ***@***.***>
Sent: Sunday, August 18, 2024 8:48 PM
To: NCAR/hrldas ***@***.***>
Cc: Paige Becker ***@***.***>; Author ***@***.***>
Subject: [EXTERNAL] Re: [NCAR/hrldas] Issue with creating forcing files (Discussion #201)
CAUTION: This email originated from outside of the Colorado School of Mines organization. Do not click on links or open attachments unless you recognize the sender and know the content is safe.
This is because it is a point scale input forcing file and output file, and if you use ncview to open it, it will not show the value. Please use the following ncdump command and you will see the numeric value. The file has no issue. I just checked the file I sent to you:
ncdump -v T2D 199801020000.LDASIN_DOMAIN1
it will show 277.15 K
ncdump -v Q2D 199801020000.LDASIN_DOMAIN1
it will show 0.003747421 kg/kg
etc.
—
Reply to this email directly, view it on GitHub<#201 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BEPH5TP2MEWTY22GD7P7M23ZSFMGJAVCNFSM6AAAAABMJHM2EOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMZXG42TQMA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm following the tutorial for the "Compile the create_point_data.f90 code to generate single-point forcing" step in the docker container but when I type the make command, I get:
it still gives me the create_point_data.exe but when I run the executable, my forcing data doesn't have any values in it. I didn't change anything in the user_build_options file because I was using the Docker Container so I'm not sure what's going on
Beta Was this translation helpful? Give feedback.
All reactions