Skip to content

Commit

Permalink
Merge pull request #206 from NCAR/develop
Browse files Browse the repository at this point in the history
sync with Develop branch
  • Loading branch information
cenlinhe authored Aug 15, 2024
2 parents 087f1fd + 8680c16 commit e6853ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ for f in $FILES; do
cdo -s merge $outfile1 $SP_file $outfile2

outfile3=$(sed 's/'2D'/'Q'/g' <<< $f)
cdo -s -setparam,133.128 -expr,"var133=(0.622*var1)/(var134/100.-(0.378*var1))/1000." $outfile2 $outfile3
cdo -s -setparam,133.128 -expr,"var133=(0.622*var1)/(var134/100.-(0.378*var1))" $outfile2 $outfile3
# the output specific humidity in unit [kg/kg]
done
echo ""

Expand Down
Binary file added tutorial/NoahMP_docker_container_setup.pdf
Binary file not shown.

0 comments on commit e6853ef

Please sign in to comment.