Changeset 5019 for LMDZ6/branches/cirrus/libf/phylmd/lmdz_lscp_ini.F90
- Timestamp:
- Jul 5, 2024, 10:54:38 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/cirrus/libf/phylmd/lmdz_lscp_ini.F90
r4951 r5019 40 40 !$OMP THREADPRIVATE(ztfondue) 41 41 42 REAL, SAVE, PROTECTED :: temp_nowater=23 3.15 ! temperature below which liquid water no longer exists42 REAL, SAVE, PROTECTED :: temp_nowater=235.15 ! temperature below which liquid water no longer exists 43 43 !$OMP THREADPRIVATE(temp_nowater) 44 44 … … 363 363 CALL getin_p('tresh_cl',tresh_cl) 364 364 CALL getin_p('iflag_oldbug_fisrtilp',iflag_oldbug_fisrtilp) 365 CALL getin_p('temp_nowater',temp_nowater) 365 366 ! for poprecip 366 367 CALL getin_p('ok_poprecip',ok_poprecip) … … 441 442 WRITE(lunout,*) 'lscp_ini, iflag_oldbug_fisrtilp', iflag_oldbug_fisrtilp 442 443 WRITE(lunout,*) 'lscp_ini, fl_cor_ebil', fl_cor_ebil 444 WRITE(lunout,*) 'lscp_ini, temp_nowater', temp_nowater 443 445 ! for poprecip 444 446 WRITE(lunout,*) 'lscp_ini, ok_poprecip', ok_poprecip
Note: See TracChangeset
for help on using the changeset viewer.