Changeset 3901 for trunk/LMDZ.MARS/libf/phymars/callradite_mod.F
- Timestamp:
- Aug 20, 2025, 4:25:12 PM (2 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/callradite_mod.F
r3756 r3901 17 17 use aeropacity_mod, only: aeropacity 18 18 use updatereffrad_mod, only: updatereffrad 19 use aeroptproperties_mod, only: aeroptproperties 19 20 use dimradmars_mod, only: ndomainsz, nflev, nsun, nir 20 21 use dimradmars_mod, only: naerkind, name_iaer, … … 288 289 c --------------------- 289 290 290 real zco2 ! volume fraction of CO2 in Mars atmosphere 291 !$OMP THREADPRIVATE(zco2) 292 DATA zco2/0.95/ 293 SAVE zco2 294 295 LOGICAL firstcall 291 LOGICAL,SAVE :: firstcall = .true. 296 292 !$OMP THREADPRIVATE(firstcall) 297 DATA firstcall/.true./298 SAVE firstcall299 293 300 294 … … 413 407 414 408 ! CALL SULW ! this step is now done in ini_yomlw_h 415 416 if (ngrid .EQ. 1) then417 if (ndomainsz .NE. 1) then418 print*419 print*,'ATTENTION !!!'420 print*,'pour tourner en 1D, '421 print*,'fixer ndomainsz=1 dans phymars/dimradmars_h'422 print*423 call exit(1)424 endif425 endif426 409 427 410 firstcall=.false.
Note: See TracChangeset
for help on using the changeset viewer.