Changeset 2607 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- Jan 18, 2022, 3:25:31 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/nir_leedat.F
r1918 r2607 8 8 9 9 use datafile_mod, only: datadir 10 USE mod_phys_lmdz_para, ONLY: is_master 11 USE mod_phys_lmdz_transfert_para, ONLY: bcast 10 12 11 13 implicit none … … 20 22 21 23 c*********************************************************************** 22 24 if(is_master) then 23 25 open(43,file=trim(datadir)//'/NIRcorrection_feb2011.dat', 24 26 $ status='old') … … 35 37 close(43) 36 38 39 endif ! if(is_master) then 40 41 call bcast(pres1d) 42 call bcast(corgcm) 43 call bcast(oco21d) 44 call bcast(p1999) 45 call bcast(alfa) 46 37 47 return 38 48
Note: See TracChangeset
for help on using the changeset viewer.