Hello,
I wonder how may I check that the right CAMtr* file is correctly read by WRF (V3.6) ?
I'm using a modified version of the RCP8.5 scenario where all GHG concentrations are constant, based on year 2090 (CAMtr_2090_GHG_Values.RCP8.5). I've checked that the modified file is correctly linked and renamed (CAMtr_volume_mixing_ratio ; without extension) in the working directory as seen below (2nd line) :
Despite I did set debug_level = 10, rsl* files show no trace of any 'CAMtr' pattern using 'grep' (nor 'vmr').
According to the User's Guide, everything seems in order and the model is running for 30mn now, but I'd really like to make sure.
Thanks for your help
I wonder how may I check that the right CAMtr* file is correctly read by WRF (V3.6) ?
I'm using a modified version of the RCP8.5 scenario where all GHG concentrations are constant, based on year 2090 (CAMtr_2090_GHG_Values.RCP8.5). I've checked that the modified file is correctly linked and renamed (CAMtr_volume_mixing_ratio ; without extension) in the working directory as seen below (2nd line) :
Code:
/CONFIGS/A4P0SBA32_FTR/rundir/A4P0SBA32_FTR_execute/19910201_19910228> ls -l CAMtr*
lrwxrwxrwx 1 pmauger grmoaw 82 Sep 21 22:40 CAMtr_volume_mixing_ratio -> /home/datawork-lops-siam-moawi/PROJECTS/CLIPSSA/CAMtr/CAMtr_2090_GHG_Values.RCP8.5
lrwxrwxrwx 1 pmauger grmoaw 78 Sep 21 22:40 CAMtr_volume_mixing_ratio.A1B -> /home3/datahome/pmauger/WRF/WRFV3GHG/run/../data/CAMtr_volume_mixing_ratio.A1B
lrwxrwxrwx 1 pmauger grmoaw 77 Sep 21 22:40 CAMtr_volume_mixing_ratio.A2 -> /home3/datahome/pmauger/WRF/WRFV3GHG/run/../data/CAMtr_volume_mixing_ratio.A2
lrwxrwxrwx 1 pmauger grmoaw 81 Sep 21 22:40 CAMtr_volume_mixing_ratio.RCP4.5 -> /home3/datahome/pmauger/WRF/WRFV3GHG/run/../data/CAMtr_volume_mixing_ratio.RCP4.5
lrwxrwxrwx 1 pmauger grmoaw 79 Sep 21 22:40 CAMtr_volume_mixing_ratio.RCP6 -> /home3/datahome/pmauger/WRF/WRFV3GHG/run/../data/CAMtr_volume_mixing_ratio.RCP6
lrwxrwxrwx 1 pmauger grmoaw 81 Sep 21 22:40 CAMtr_volume_mixing_ratio.RCP8.5 -> /home3/datahome/pmauger/WRF/WRFV3GHG/run/../data/CAMtr_volume_mixing_ratio.RCP8.5
Despite I did set debug_level = 10, rsl* files show no trace of any 'CAMtr' pattern using 'grep' (nor 'vmr').
According to the User's Guide, everything seems in order and the model is running for 30mn now, but I'd really like to make sure.
Thanks for your help
Last edited: