clm_instMod.F90
# Overview:
In the new module
CTSM/src/biogeophys/SectorWaterMod.F90 we define a new type: sectorwater_type
.
In this module we create the instance of this object sectorwater_inst
which later is used during the run.
We also do here the initialization which include allocating the memory and providing default values for all the fields required by sectorwater_inst
object.