Changeset 1593 for trunk/LMDZ.COMMON/libf
- Timestamp:
- Sep 9, 2016, 4:04:54 PM (8 years ago)
- Location:
- trunk/LMDZ.COMMON/libf
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d/conf_gcm.F90
r1572 r1593 4 4 SUBROUTINE conf_gcm( tapedef, etatinit ) 5 5 6 USE control_mod7 6 #ifdef CPP_IOIPSL 8 7 use IOIPSL … … 11 10 use ioipsl_getincom 12 11 #endif 12 USE control_mod, ONLY: anneeref, config_inca, day_step, dayref, & 13 dissip_period, fractday, iapp_tracvl, & 14 iconser, iecri, ip_ebil_dyn, iperiod, & 15 iphysiq, less1day, nday, ndynstep, nsplit_phys, & 16 offline, ok_dyn_ave, ok_dyn_ins, ok_dynzon, & 17 output_grads_dyn, periodav, planet_type, & 18 raz_date, resetvarc, starttime, timestart 13 19 USE infotrac, ONLY : type_trac 14 20 use assert_m, only: assert -
trunk/LMDZ.COMMON/libf/dyn3d/logic_mod.F90
r1422 r1593 6 6 & apdiss,apdelq,saison,ecripar,fxyhypb,ysinus & 7 7 & ,read_start,ok_guide,ok_strato,tidal,ok_gradsfile & 8 & ,ok_limit,ok_etat0 ,physic,grireg8 & ,ok_limit,ok_etat0 9 9 logical hybrid ! vertical coordinate is hybrid if true (sigma otherwise) 10 10 ! (only used if disvert_type==2) -
trunk/LMDZ.COMMON/libf/dyn3d_common/control_mod.F90
r1403 r1593 45 45 ! specify number of dynamical steps to run 46 46 47 integer,save :: ecritphy ! (Mars/generic) output (writediagfi) every47 ! integer,save :: ecritphy ! (Mars/generic) output (writediagfi) every 48 48 ! ecritphy dynamical steps 49 49 integer,save :: ecritstart ! (Mars) output data in "start.nc" every -
trunk/LMDZ.COMMON/libf/dyn3dpar/gcm.F
r1549 r1593 578 578 c$OMP1 COPYIN(purmats,forward,leapf,apphys,statcl,conser,apdiss,apdelq) 579 579 c$OMP1 COPYIN(saison,ecripar,fxyhypb,ysinus,read_start,ok_guide) 580 c$OMP1 COPYIN(ok_strato,tidal,ok_gradsfile,ok_limit,ok_etat0 ,physic)581 c$OMP1 COPYIN( grireg,iflag_phys,iflag_trac)580 c$OMP1 COPYIN(ok_strato,tidal,ok_gradsfile,ok_limit,ok_etat0) 581 c$OMP1 COPYIN(iflag_phys,iflag_trac) 582 582 583 583 -
trunk/LMDZ.COMMON/libf/dyn3dpar/logic_mod.F90
r1422 r1593 6 6 & apdiss,apdelq,saison,ecripar,fxyhypb,ysinus & 7 7 & ,read_start,ok_guide,ok_strato,tidal,ok_gradsfile & 8 & ,ok_limit,ok_etat0 ,physic,grireg8 & ,ok_limit,ok_etat0 9 9 logical hybrid ! vertical coordinate is hybrid if true (sigma otherwise) 10 10 ! (only used if disvert_type==2) … … 16 16 !$OMP apdiss,apdelq,saison,ecripar,fxyhypb,ysinus, & 17 17 !$OMP read_start,ok_guide,ok_strato,tidal,ok_gradsfile, & 18 !$OMP ok_limit,ok_etat0 ,physic,grireg)18 !$OMP ok_limit,ok_etat0) 19 19 !$OMP THREADPRIVATE(iflag_phys,iflag_trac) 20 20
Note: See TracChangeset
for help on using the changeset viewer.