I am afraid you need to change everything regarding
ivctype=1
by your own, since using
ivctype=1
is no longer recommended from
int2lm_1.22
onwards (see below). Using
ivctype=1
is on your own risk.
In the Documentation
int2lm_1.22.htm
under
5. Changes of the Nameless
it reads:
ivctype Changed the default value from 1 to 2: because ivctype=1 should not be used any more.There is also a warning in the model
PRINT *, ' *** -------------------------------------------- ***' PRINT *, ' *** WARNING: ivctype = 1 is no longer supported ***' PRINT *, ' *** WARNING: !!! use at your own risk !!! ***' PRINT *, ' *** WARNING: defaults have been changed ***' PRINT *, ' *** WARNING: you have to define vcoord etc. ***' PRINT *, ' *** WARNING: by yourself in the namelist ***' PRINT *, ' *** -------------------------------------------- ***'
Push notifications in your browser are not yet configured.
I am afraid you need to change everything regarding
ivctype=1
by your own, since usingivctype=1
is no longer recommended fromint2lm_1.22
onwards (see below). Usingivctype=1
is on your own risk.In the Documentation
There is also a warning in the modelint2lm_1.22.htm
under 5. Changes of the Nameless it reads: