Skip to content

Commit c7230f0

Browse files
committed
Remove NaN values in Prigent dataset
Fixed by first setting _FillValue to NaN, then setting _FillValue to the original missing value, via: ncatted -a _FillValue,Z0a,o,d,NaN Prigent_2005_roughness_0.25x0.25_cdf5_c260218.nc ncatted -a _FillValue,Z0a,o,d,1.e32 Prigent_2005_roughness_0.25x0.25_cdf5_c260218.nc Partially addresses #3764
1 parent fb10bfc commit c7230f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bld/namelist_files/namelist_defaults_ctsm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2636,7 +2636,7 @@ lnd/clm2/surfdata_esmf/NEON/ctsm5.4.0/surfdata_1x1_NEON_TOOL_hist_2000_78pfts_c2
26362636
<use_prigent_roughness dust_emis_method="Leung_2023">.true.</use_prigent_roughness>
26372637
<use_prigent_roughness >.false.</use_prigent_roughness>
26382638
<stream_fldfilename_prigentroughness
2639-
>lnd/clm2/dustemisdata/Prigent_2005_roughness_0.25x0.25_cdf5_c240127.nc</stream_fldfilename_prigentroughness>
2639+
>lnd/clm2/dustemisdata/Prigent_2005_roughness_0.25x0.25_cdf5_c260218.nc</stream_fldfilename_prigentroughness>
26402640
<stream_meshfile_prigentroughness
26412641
>lnd/clm2/dustemisdata/dust_0.25x0.25_ESMFmesh_cdf5_c240222.nc</stream_meshfile_prigentroughness>
26422642

0 commit comments

Comments
 (0)