Changeset 1954


Ignore:
Timestamp:
Jan 29, 2014, 4:36:27 PM (10 years ago)
Author:
lguez
Message:

Files in dyn3d_common use files in bibio and vice-versa. So, for
compilation with makelmdz, we add a reference to dyn3d_comm at link
time.

Removed dyn3dmem/nxgrarot_p.F which was identical to
/dyn3dpar/nxgrarot_p.F but not used in dyn3dmem configuration.

Location:
LMDZ5/trunk
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/create_make_gcm

    r1946 r1954  
    9898echo '  cd $(LOCAL_DIR); \'
    9999echo '  $(COMPILE90) $(LIBF)/$(DIRMAIN)/$(SOURCE) -o $(PROG).o ; \'
    100 echo '  $(LINK) $(PROG).o -L$(LIBO) $(L_DYN) $(L_ADJNT) $(L_COSP) $(L_PHY) $(L_DYN) $(L_BIBIO) $(L_DYN3D_COMMON) $(L_PHY) $(L_DYN) $(L_FILTRE) $(OPLINK) $(OPTION_LINK) -o $(LOCAL_DIR)/$(PROG).e ; $(RM) $(PROG).o '
     100echo '  $(LINK) $(PROG).o -L$(LIBO) $(L_DYN) $(L_ADJNT) $(L_COSP) $(L_PHY) $(L_DYN) $(L_DYN3D_COMMON) $(L_BIBIO) $(L_DYN3D_COMMON) $(L_PHY) $(L_DYN) $(L_FILTRE) $(OPLINK) $(OPTION_LINK) -o $(LOCAL_DIR)/$(PROG).e ; $(RM) $(PROG).o '
    101101echo
    102102echo 'dyn : $(LIBO)/libdyn$(DIM)d$(FLAG_PARA).a $(FILTRE)$(DIM)d'
  • LMDZ5/trunk/libf/dyn3d_common/rotatf.F

    r1945 r1954  
    99c     a tous les niveaux d'1 vecteur de comp. x et y ..
    1010c       x  et  y etant des composantes  covariantes  ...
     11c     Only difference with rotat: call to filtreg.
    1112c********************************************************************
    1213c   klevel, x  et y   sont des arguments d'entree pour le s-prog
Note: See TracChangeset for help on using the changeset viewer.