Ignore:
Timestamp:
Mar 31, 2015, 3:49:07 PM (10 years ago)
Author:
emillour
Message:

All models: Reorganizing the physics/dynamics interface.

  • makelmdz and makelmdz_fcm scripts adapted to handle the new directory settings
  • misc: (replaces what was the "bibio" directory)
  • Should only contain extremely generic (and non physics or dynamics-specific) routines
  • Therefore moved initdynav.F90, initfluxsto.F, inithist.F, writedynav.F90, write_field.F90, writehist.F to "dyn3d_common"
  • dynlonlat_phylonlat: (new interface directory)
  • This directory contains routines relevent to physics/dynamics grid interactions, e.g. routines gr_dyn_fi or gr_fi_dyn and calfis
  • Moreover the dynlonlat_phylonlat contains directories "phy*" corresponding to each physics package "phy*" to be used. These subdirectories should only contain specific interfaces (e.g. iniphysiq) or main programs (e.g. newstart)
  • phy*/dyn1d: this subdirectory contains the 1D model using physics from phy*

EM

Location:
trunk/LMDZ.MARS/libf/dynlonlat_phylonlat
Files:
2 added
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/dynlonlat_phylonlat/phymars/newstart.F

    r1401 r1403  
    3434      use turb_mod, only: q2
    3535      use comgeomfi_h, only: ini_fillgeom
    36 
     36      use filtreg_mod, only: inifilr
    3737
    3838      implicit none
     
    137137      integer flagthermo, flagh2o
    138138      character modif*20
    139       real z_reel(iip1,jjp1)
    140139      real tsud,albsud,alb_bb,ith_bb,Tiso
    141140      real ptoto,pcap,patm,airetot,ptotn,patmn
     
    545544        if (trim(modif) .eq. 'flat') then
    546545c         set topo to zero
    547           CALL initial0(ip1jmp1,z_reel)
    548           CALL multscal(ip1jmp1,z_reel,g,phis)
     546          phis(:,:)=0
    549547          CALL gr_dyn_fi(1,iip1,jjp1,ngridmx,phis,phisfi)
    550548          write(*,*) 'topography set to zero.'
Note: See TracChangeset for help on using the changeset viewer.