Changeset 2607


Ignore:
Timestamp:
Jan 18, 2022, 3:25:31 PM (3 years ago)
Author:
romain.vande
Message:

LMDZ_MARS RV : Open_MP; Reading files in parallel for NIR parametrisation
(callnirco2.and.nircorr.eq.1)

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r2606 r2607  
    35683568== 18/01/2022 == RV
    35693569Open_MP files reading for callnlte = .true.
     3570
     3571== 18/01/2022 == RV
     3572Open_MP files reading for NIR : callnirco2.and.nircorr.eq.1
  • trunk/LMDZ.MARS/libf/phymars/nir_leedat.F

    r1918 r2607  
    88
    99      use datafile_mod, only: datadir
     10      USE mod_phys_lmdz_para, ONLY: is_master
     11      USE mod_phys_lmdz_transfert_para, ONLY: bcast
    1012
    1113      implicit none                                 
     
    2022                             
    2123c***********************************************************************
    22 
     24      if(is_master) then
    2325      open(43,file=trim(datadir)//'/NIRcorrection_feb2011.dat',
    2426     $       status='old')         
     
    3537      close(43)
    3638
     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
    3747      return
    3848
Note: See TracChangeset for help on using the changeset viewer.