chris_fletcher@utoronto_ca
New Member
Hi, we've downloaded and built WACCM v3.1.9 from the sample scripts from the Community Data Portal on the IBM Power6 machine in Toronto. However, it falls over at runtime.
We are using xlf v12 and NetCDF v4.0. However, we are currently running CCSM v3 on the same system without problems. Interestingly, when I followed the instructions given on this board yesterday and compile with -chem waccm_ghg, the model runs fine. So it's only with -chem waccm_mozart that we have a problem.
The model initializes ok, then crashes soon after the run begins. We see many warnings like this prior to the crash:
1: QNEG3 from Gravity waves drag/HORZ:m= 62 lat/lchnk= 40 Min. mixing ratio violated at 26 points. Reset to 1.0E+00 Worst = 1.0E+00 at i,k= 1 16
12: QNEG4 WARNING from TPHYSAC , lchnk = 40; Max possible LH flx exceeded at 1 points. Worst excess = -7.0375E-06 at i = 18
Compiling with -qsigtrap suggests that the error is a FP division by zero and/or FP overflow in
cam3_1_9_brnchT_waccm_14/models/atm/cam/src/chemistry/waccm_mozart/mo_lu_factor.F90
or
cam3_1_9_brnchT_waccm_14/models/atm/cam/src/chemistry/waccm_mozart/mo_imp_sol.F90
We used the input data files and namelist downloaded from the data portal, and haven't changed anything with the scripts (except path names) or compiler flags. Compiling with -qnohot (apparently suggested by Jim Edwards for use with xlf v12) makes no difference in this case.
Any advice on things we could try would be gratefully received.
We are using xlf v12 and NetCDF v4.0. However, we are currently running CCSM v3 on the same system without problems. Interestingly, when I followed the instructions given on this board yesterday and compile with -chem waccm_ghg, the model runs fine. So it's only with -chem waccm_mozart that we have a problem.
The model initializes ok, then crashes soon after the run begins. We see many warnings like this prior to the crash:
1: QNEG3 from Gravity waves drag/HORZ:m= 62 lat/lchnk= 40 Min. mixing ratio violated at 26 points. Reset to 1.0E+00 Worst = 1.0E+00 at i,k= 1 16
12: QNEG4 WARNING from TPHYSAC , lchnk = 40; Max possible LH flx exceeded at 1 points. Worst excess = -7.0375E-06 at i = 18
Compiling with -qsigtrap suggests that the error is a FP division by zero and/or FP overflow in
cam3_1_9_brnchT_waccm_14/models/atm/cam/src/chemistry/waccm_mozart/mo_lu_factor.F90
or
cam3_1_9_brnchT_waccm_14/models/atm/cam/src/chemistry/waccm_mozart/mo_imp_sol.F90
We used the input data files and namelist downloaded from the data portal, and haven't changed anything with the scripts (except path names) or compiler flags. Compiling with -qnohot (apparently suggested by Jim Edwards for use with xlf v12) makes no difference in this case.
Any advice on things we could try would be gratefully received.