-
Notifications
You must be signed in to change notification settings - Fork 365
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
p3_lookup_table_1.dat-v4.1.2 doesn't actually get downloaded #5953
Comments
Yes, this is another example of a file I have to manually copy. Note this also happens in scream repo. |
Why isn't it in the inputdata/atm dir? |
Oh it is. It also needs to be in $CASEDIR/Buildconf/eam.input_data_list |
Any pointers to how to fix this or is there a chance you could assign it to someone? |
This is b/c the file is not in our xml defaults, so our buildnml does not put it in the list of input files for CIME to download. For P3, the listed tables are <tables type="array(file)">
${DIN_LOC_ROOT}/atm/scream/tables/p3_lookup_table_1.dat-v4.1.1,
${DIN_LOC_ROOT}/atm/scream/tables/mu_r_table_vals.dat8,
${DIN_LOC_ROOT}/atm/scream/tables/revap_table_vals.dat8,
${DIN_LOC_ROOT}/atm/scream/tables/vn_table_vals.dat8,
${DIN_LOC_ROOT}/atm/scream/tables/vm_table_vals.dat8
</tables> We need to add the v4.1.2 table (or maybe replace the v4.1.1 with v4.1.2 altogether). |
I see here that v4.1.1 is what EAMxx is actually using. I am not sure what brings in the need for v4.1.2... Edit: ah, this is needed by the f90 version of p3. Then this should be taken care of by EAM, and what I said above about EAMxx's namelist xml file should be disregarded. Edit 2: notice that 4.1.2 is not present in |
v4.1.2 is the current default in EAM:
|
P3 should be used in essentially all "science" v3 compsets (F and W) |
Ah, I see. Well, then this is something that needs to be fixed in EAM. Not trying to dodge the bulled, but I'm not really familiar with EAM's build system to understand where to put logic to download this file. I think someone from v3 atmosphere should take care of this. |
Sorry thought this was EAMxx. |
No problem. I also thought it was EAMxx when I saw "p3_lookup_table" in the title ... :) |
I feel like EAMxx (SCREAMv0 and v1) should also use table version 4.1.2. @hassanbeydoun - do you understand why we don't? I have some vague recollection that this fixes a bug in snow sedimentation or something like that. |
Testing on a new machine, p3_lookup_table_1.dat-v4.1.2 doesn't actually get downloaded automatically. I suspect it is not part of the input_data procedure. The absence of this lookup table leads to very confusing segfaults.
The text was updated successfully, but these errors were encountered: