Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Help with Configure_new

William.Hatheway

Active member
Good evening,

I have sucessfully installed WRFCHEM w/KPP using configure_new and I would now like to configure convert_emis and compile.

In the past I have used this command:
Code:
        ./configure 2>&1 | tee configure.log #option 78 intel compiler with distributed memory option 1 for basic nesting
    ./compile -j $((CPU_QUARTER_EVEN / 2)) em_real 2>&1 | tee compile.wrf1.log
    ./compile -j $((CPU_QUARTER_EVEN / 2)) emi_conv 2>&1 | tee compile.emis.log

But now I would like to do this with configure_new.

This command works for WRF w/KPP. What would be the command to do convert_emis?

Code:
    ./configure_new -x -p "oneAPI LLVM" -- -DWRF_CORE=ARW -DWRF_NESTING=BASIC -DWRF_CASE=EM_REAL -DUSE_MPI=ON -DUSE_PIO=ON -DUSE_HDF5=${HDF5_ROOT} -DUSE_JASPER=${Jasper_ROOT} -DENABLE_CHEM=ON -DENABLE_KPP=ON 2>&1 | tee wrf_configure_new.log
 
Good evening,

I have sucessfully installed WRFCHEM w/KPP using configure_new and I would now like to configure convert_emis and compile.

In the past I have used this command:
Code:
        ./configure 2>&1 | tee configure.log #option 78 intel compiler with distributed memory option 1 for basic nesting
    ./compile -j $((CPU_QUARTER_EVEN / 2)) em_real 2>&1 | tee compile.wrf1.log
    ./compile -j $((CPU_QUARTER_EVEN / 2)) emi_conv 2>&1 | tee compile.emis.log

But now I would like to do this with configure_new.

This command works for WRF w/KPP. What would be the command to do convert_emis?

Code:
    ./configure_new -x -p "oneAPI LLVM" -- -DWRF_CORE=ARW -DWRF_NESTING=BASIC -DWRF_CASE=EM_REAL -DUSE_MPI=ON -DUSE_PIO=ON -DUSE_HDF5=${HDF5_ROOT} -DUSE_JASPER=${Jasper_ROOT} -DENABLE_CHEM=ON -DENABLE_KPP=ON 2>&1 | tee wrf_configure_new.log
Also what would be the configuration for WRFCHEM DA?
 
Top