Loading SubKit/build/genDeck.py +4 −1 Original line number Diff line number Diff line Loading @@ -147,6 +147,9 @@ def writeDeck(model, filename): group1Data.append( "**GTP(1) VFRAC(3) GTP(2) VFRAC(4) GTP(3) VFRAC(5) GTP(4) VFRAC(6)\n") group1Data.append(" air 0.0001\n") if (model.editOptions['hdf5'] == True and model.is_nodal) or \ (irfc == 5) or \ (model.extSystemModel.get('fmu_unzip_directory', '')): group1Data.append("*Card 1.5\n") if model.editOptions['hdf5'] == True and model.is_nodal: group1Data.append(" {nodal_model} .true.\n") Loading Loading
SubKit/build/genDeck.py +4 −1 Original line number Diff line number Diff line Loading @@ -147,6 +147,9 @@ def writeDeck(model, filename): group1Data.append( "**GTP(1) VFRAC(3) GTP(2) VFRAC(4) GTP(3) VFRAC(5) GTP(4) VFRAC(6)\n") group1Data.append(" air 0.0001\n") if (model.editOptions['hdf5'] == True and model.is_nodal) or \ (irfc == 5) or \ (model.extSystemModel.get('fmu_unzip_directory', '')): group1Data.append("*Card 1.5\n") if model.editOptions['hdf5'] == True and model.is_nodal: group1Data.append(" {nodal_model} .true.\n") Loading