Skip to content

Commit

Permalink
Merge pull request #2060 from dtcenter/feature_1824_pb2nc_MLCAPE2
Browse files Browse the repository at this point in the history
#1824 ci-run-test Reset itype to 1 for regular CAPE
  • Loading branch information
hsoh-u authored Feb 20, 2022
2 parents e1160cf + 10ca15c commit fd9e63c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions met/src/tools/other/pb2nc/pb2nc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1667,6 +1667,8 @@ void process_pbfile(int i_pb) {
}

if (cal_cape) {
ivirt = 1;
itype = 1;
calcape_(&ivirt,&itype, cape_data_temp, cape_data_spfh, cape_data_pres,
&p1d,&t1d,&q1d, static_dummy_201,
&cape_level, &IMM,&JMM, &cape_level,
Expand Down

0 comments on commit fd9e63c

Please sign in to comment.